Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,26 @@
[AddEventListenerOptions-passive.any.worker.html]
[Supports passive option on addEventListener only]
expected: FAIL
[preventDefault should be ignored if-and-only-if the passive option is true]
expected: FAIL
[returnValue should be ignored if-and-only-if the passive option is true]
expected: FAIL
[passive behavior of one listener should be unaffected by the presence of other listeners]
expected: FAIL
[AddEventListenerOptions-passive.any.html]
[Supports passive option on addEventListener only]
expected: FAIL
[preventDefault should be ignored if-and-only-if the passive option is true]
expected: FAIL
[returnValue should be ignored if-and-only-if the passive option is true]
expected: FAIL
[passive behavior of one listener should be unaffected by the presence of other listeners]
expected: FAIL

View file

@ -0,0 +1,68 @@
[AddEventListenerOptions-signal.any.html]
[Passing an AbortSignal to addEventListener works with the once flag]
expected: FAIL
[Adding then aborting a listener in another listener does not call it]
expected: FAIL
[Passing an AbortSignal to addEventListener works with the capture flag]
expected: FAIL
[Aborting from a listener does not call future listeners]
expected: FAIL
[Passing an AbortSignal to multiple listeners]
expected: FAIL
[Passing an AbortSignal to addEventListener does not prevent removeEventListener]
expected: FAIL
[Aborting from a nested listener should remove it]
expected: FAIL
[Removing a once listener works with a passed signal]
expected: FAIL
[Passing an AbortSignal to addEventListener options should allow removing a listener]
expected: FAIL
[Passing null as the signal should throw]
expected: FAIL
[Passing null as the signal should throw (listener is also null)]
expected: FAIL
[AddEventListenerOptions-signal.any.worker.html]
[Passing an AbortSignal to addEventListener works with the once flag]
expected: FAIL
[Adding then aborting a listener in another listener does not call it]
expected: FAIL
[Passing an AbortSignal to addEventListener works with the capture flag]
expected: FAIL
[Aborting from a listener does not call future listeners]
expected: FAIL
[Passing an AbortSignal to multiple listeners]
expected: FAIL
[Passing an AbortSignal to addEventListener does not prevent removeEventListener]
expected: FAIL
[Aborting from a nested listener should remove it]
expected: FAIL
[Removing a once listener works with a passed signal]
expected: FAIL
[Passing an AbortSignal to addEventListener options should allow removing a listener]
expected: FAIL
[Passing null as the signal should throw]
expected: FAIL
[Passing null as the signal should throw (listener is also null)]
expected: FAIL

View file

@ -0,0 +1,42 @@
[Body-FrameSet-Event-Handlers.html]
[Reflect HTMLBodyElement.onblur]
expected: FAIL
[Forward HTMLBodyElement.onblur to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onblur]
expected: FAIL
[Forward HTMLFrameSetElement.onblur to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onerror]
expected: FAIL
[Forward HTMLFrameSetElement.onerror to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onfocus]
expected: FAIL
[Forward HTMLFrameSetElement.onfocus to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onload]
expected: FAIL
[Forward HTMLFrameSetElement.onload to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onscroll]
expected: FAIL
[Forward HTMLFrameSetElement.onscroll to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onresize]
expected: FAIL
[Forward HTMLFrameSetElement.onresize to Window]
expected: FAIL

View file

@ -0,0 +1,6 @@
[Event-dispatch-click.html]
[event state during post-click handling]
expected: FAIL
[submit button should not activate if the event listener disables it]
expected: FAIL

View file

@ -0,0 +1,7 @@
[Event-dispatch-click.tentative.html]
[radio morphed into another type should not steal the existing checked state]
expected: FAIL
[checkbox morphed into another type should not mutate checked state]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Event-timestamp-high-resolution.https.html]
[Constructed GamepadEvent timestamp should be high resolution and have the same time origin as performance.now()]
expected: FAIL

View file

@ -0,0 +1,15 @@
[EventListener-handleEvent-cross-realm.html]
[EventListener is cross-realm plain object without 'handleEvent' property]
expected: FAIL
[EventListener is cross-realm plain object with non-callable 'handleEvent' property]
expected: FAIL
[EventListener is cross-realm plain object with revoked Proxy as 'handleEvent' property]
expected: FAIL
[EventListener is cross-realm non-callable revoked Proxy]
expected: FAIL
[EventListener is cross-realm callable revoked Proxy]
expected: FAIL

View file

@ -0,0 +1,11 @@
[EventListener-invoke-legacy.html]
expected: TIMEOUT
[Legacy listener of animationend]
expected: TIMEOUT
[Legacy listener of transitionend]
expected: TIMEOUT
[Legacy listener of animationstart]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[event-global-is-still-set-when-coercing-beforeunload-result.html]
[window.event is still set when 'beforeunload' result is coerced to string]
expected: FAIL

View file

@ -0,0 +1,5 @@
[event-global-set-before-handleEvent-lookup.any.html]
[event-global-set-before-handleEvent-lookup.any.worker.html]
[self.event is set before 'handleEvent' lookup]
expected: FAIL

View file

@ -0,0 +1,9 @@
[event-global.html]
[window.event is undefined if the target is in a shadow tree (event dispatched outside shadow tree)]
expected: FAIL
[window.event is undefined if the target is in a shadow tree (event dispatched inside shadow tree)]
expected: FAIL
[window.event is undefined inside window.onerror if the target is in a shadow tree (ErrorEvent dispatched inside shadow tree)]
expected: FAIL

View file

@ -0,0 +1,3 @@
[mouse-event-retarget.html]
[offsetX is correctly adjusted]
expected: FAIL

View file

@ -0,0 +1,12 @@
[synthetic-events-cancelable.html]
[Synthetic touchstart event with interface TouchEvent is not cancelable]
expected: FAIL
[Synthetic touchmove event with interface TouchEvent is not cancelable]
expected: FAIL
[Synthetic touchend event with interface TouchEvent is not cancelable]
expected: FAIL
[Synthetic touchcancel event with interface TouchEvent is not cancelable]
expected: FAIL

View file

@ -0,0 +1,171 @@
[passive-by-default.html]
[touchstart listener is passive by default for Window]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for Window]
expected: FAIL
[touchstart listener is passive with {passive:true} for Window]
expected: FAIL
[touchstart listener is passive by default for Document]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for Document]
expected: FAIL
[touchstart listener is passive with {passive:true} for Document]
expected: FAIL
[touchstart listener is passive by default for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive by default for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[touchmove listener is passive by default for Window]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for Window]
expected: FAIL
[touchmove listener is passive with {passive:true} for Window]
expected: FAIL
[touchmove listener is passive by default for Document]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for Document]
expected: FAIL
[touchmove listener is passive with {passive:true} for Document]
expected: FAIL
[touchmove listener is passive by default for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive by default for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[wheel listener is passive by default for Window]
expected: FAIL
[wheel listener is passive with {passive:undefined} for Window]
expected: FAIL
[wheel listener is passive with {passive:true} for Window]
expected: FAIL
[wheel listener is passive by default for Document]
expected: FAIL
[wheel listener is passive with {passive:undefined} for Document]
expected: FAIL
[wheel listener is passive with {passive:true} for Document]
expected: FAIL
[wheel listener is passive by default for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive by default for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[mousewheel listener is passive by default for Window]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for Window]
expected: FAIL
[mousewheel listener is passive with {passive:true} for Window]
expected: FAIL
[mousewheel listener is passive by default for Document]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for Document]
expected: FAIL
[mousewheel listener is passive with {passive:true} for Document]
expected: FAIL
[mousewheel listener is passive by default for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive by default for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[touchend listener is passive with {passive:true} for Window]
expected: FAIL
[touchend listener is passive with {passive:true} for Document]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL

View file

@ -0,0 +1,27 @@
[webkit-transition-end-event.html]
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
expected: FAIL
[onwebkittransitionend event handler should trigger for an animation]
expected: FAIL
[onwebkittransitionend event handler should not trigger if an unprefixed listener also exists]
expected: FAIL
[event types for prefixed and unprefixed transitionend event handlers should be named appropriately]
expected: FAIL
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
expected: FAIL
[ontransitionend and onwebkittransitionend are not aliases]
expected: FAIL
[webkitTransitionEnd event listener should trigger for an animation]
expected: FAIL
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
expected: FAIL
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
expected: FAIL