[wpt-sync] Sync PR 27232 - Fix duplicate IDL in interfaces/custom-state-pseudo-class.idl
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27232 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27232
Details from upstream follow.
b'Stephen McGruer <smcgruer@chromium.org>' wrote:
Fix duplicate IDL in interfaces/custom-state-pseudo-class.idl
Due to a merge error,
https://github.com/web-platform-tests/wpt/pull/27231 accidentally added
a second copy of an interface. Remove that copy.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 17 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 12
Chrome
OK : 1
PASS: 7
FAIL: 10
Safari
OK : 1
PASS: 4
FAIL: 13
Links
Details
New Tests That Don't Pass
/custom-state-pseudo-class/idlharness.window.html
CustomStateSet interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet interface: operation add(DOMString): FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet must be primary interface of customStateSet: FAIL (Chrome: FAIL, Safari: FAIL)
Stringification of customStateSet: FAIL (Chrome: FAIL, Safari: FAIL)
CustomStateSet interface: customStateSet must inherit property "add(DOMString)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
CustomStateSet interface: calling add(DOMString) on customStateSet with too few arguments must throw TypeError: FAIL (Chrome: FAIL, Safari: FAIL)
ElementInternals interface: attribute states: FAIL (Chrome: PASS, Safari: FAIL)
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f465021fe191
https://hg.mozilla.org/mozilla-central/rev/5d9e9a441264
Description
•