[wpt-sync] Sync PR 23853 - Add interfaces/css-highlight-api.idl and test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox91 fixed)
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23853 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23853
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Add interfaces/css-highlight-api.idl and test
Assignee | ||
Updated•5 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 24 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 19
Chrome
OK : 1
PASS: 23
FAIL: 1
Safari
OK : 1
PASS: 5
FAIL: 19
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-highlight-api/idlharness.window.html
Highlight interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
Highlight interface object name: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: attribute priority: FAIL (Chrome: PASS, Safari: FAIL)
Highlight must be primary interface of new Highlight(new Range()): FAIL (Chrome: PASS, Safari: FAIL)
Stringification of new Highlight(new Range()): FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: new Highlight(new Range()) must inherit property "priority" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface object length: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface object name: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry must be primary interface of CSS.highlights: FAIL (Chrome: PASS, Safari: FAIL)
Stringification of CSS.highlights: FAIL (Chrome: PASS, Safari: FAIL)
CSS namespace: attribute highlights: FAIL (Chrome: PASS, Safari: FAIL)
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 24 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 19
Chrome
OK : 1
PASS: 23
FAIL: 1
Safari
OK : 1
PASS: 5
FAIL: 19
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-highlight-api/idlharness.window.html
Highlight interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
Highlight interface object name: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: attribute priority: FAIL (Chrome: PASS, Safari: FAIL)
Highlight must be primary interface of new Highlight(new Range()): FAIL (Chrome: PASS, Safari: FAIL)
Stringification of new Highlight(new Range()): FAIL (Chrome: PASS, Safari: FAIL)
Highlight interface: new Highlight(new Range()) must inherit property "priority" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface object length: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface object name: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
HighlightRegistry must be primary interface of CSS.highlights: FAIL (Chrome: PASS, Safari: FAIL)
Stringification of CSS.highlights: FAIL (Chrome: PASS, Safari: FAIL)
CSS namespace: attribute highlights: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d8c6d552b58e
https://hg.mozilla.org/mozilla-central/rev/de7d4c08c576
Description
•