-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1622229 [wpt PR 22236] - Correctly test document.all quirks, a=te…
…stonly Automatic update from web-platform-tests 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. -- wpt-commits: 687b92d025e32df7f5217bc06b0e510a39953ef9 wpt-pr: 22236 UltraBlame original commit: 65eedd9b56ee16dc1b0f23ad5835cb7805dd2d94
- Loading branch information
Showing
2 changed files
with
109 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters