mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Error and resize get special getter/setters for reflection
This commit is contained in:
parent
6d220d02de
commit
f043a3eee2
5 changed files with 60 additions and 75 deletions
|
@ -1,14 +1,9 @@
|
|||
[event-handler-attributes-body-window.html]
|
||||
type: testharness
|
||||
[error]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement event handlers]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed error (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -27,9 +22,6 @@
|
|||
[not shadowed paste (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed error (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -48,27 +40,15 @@
|
|||
[not shadowed paste (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed resize (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed loadend (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed resize (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed resize (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed securitypolicyviolation (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed error (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed slotchange (window)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -113,4 +93,3 @@
|
|||
|
||||
[not shadowed webkitanimationstart (window)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,19 +1,7 @@
|
|||
[event-handler-attributes-frameset-window.html]
|
||||
[shadowed resize (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed error (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed paste (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed resize (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed resize (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed securitypolicyviolation (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -44,9 +32,6 @@
|
|||
[not shadowed paste (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed error (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed copy (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -56,9 +41,6 @@
|
|||
[not shadowed cut (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed error (window)]
|
||||
expected: FAIL
|
||||
|
||||
[not shadowed auxclick (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -106,4 +88,3 @@
|
|||
|
||||
[not shadowed webkitanimationiteration (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
[event-handler-attributes-windowless-body]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of error window event handlers on windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[auxclick is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,9 +11,6 @@
|
|||
[securitypolicyviolation is unaffected on a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of error 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