[wpt-sync] Sync PR 22236 - Correctly test document.all quirks
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(4 files)
Sync web-platform-tests PR 22236 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22236
Details from upstream follow.
Aryeh Gregor <ayg@aryeh.name> wrote:
Correctly test document.all quirks
For legacy compatibility, this property is specified with some willful
violations of JS: https://html.spec.whatwg.org/#dom-document-all.
Prior to this commit, idlharness wasn't accounting for these, so
html/dom/interfaces.html was wrong for document.all/HTMLAllCollection
tests.It's a bit ugly to include this directly in idlharness.js and
testharness.js, but it's the cleanest solution I can think of.Fixes #4207.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/65eedd9b56ee
https://hg.mozilla.org/mozilla-central/rev/1109fcdb0f36
Description
•