mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #22081 - KiChjang:onmessageerror, r=jdm
Add onmessageerror to WindowEventHandler <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22081) <!-- Reviewable:end -->
This commit is contained in:
commit
1046ae58a1
6 changed files with 3 additions and 48 deletions
|
@ -9,9 +9,6 @@
|
|||
[shadowed error (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -30,15 +27,9 @@
|
|||
[not shadowed paste (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror removal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed error (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -57,6 +48,3 @@
|
|||
[not shadowed paste (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
[shadowed error]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,6 +17,3 @@
|
|||
[not shadowed securitypolicyviolation]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed messageerror removal]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,12 +5,6 @@
|
|||
[Ignore setting of error window event handlers on windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the messageerror event handler of a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of messageerror window event handlers on windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[auxclick is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -23,12 +17,6 @@
|
|||
[Ignore setting of error window event handlers on windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the messageerror event handler of a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of messageerror window event handlers on windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[auxclick is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue