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,3 @@
[historical.html]
[WheelEvent#initWheelEvent]
expected: FAIL

View file

@ -0,0 +1,156 @@
[idlharness.window.html]
[UIEvent interface: operation initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long)]
expected: FAIL
[UIEvent interface: attribute which]
expected: FAIL
[UIEvent interface: new UIEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[UIEvent interface: new FocusEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[MouseEvent interface: operation getModifierState(DOMString)]
expected: FAIL
[MouseEvent interface: operation initMouseEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long, optional long, optional long, optional long, optional long, optional boolean, optional boolean, optional boolean, optional boolean, optional short, optional EventTarget?)]
expected: FAIL
[MouseEvent interface: new MouseEvent("event") must inherit property "getModifierState(DOMString)" with the proper type]
expected: FAIL
[MouseEvent interface: calling getModifierState(DOMString) on new MouseEvent("event") with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: new MouseEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[MouseEvent interface: new WheelEvent("event") must inherit property "getModifierState(DOMString)" with the proper type]
expected: FAIL
[MouseEvent interface: calling getModifierState(DOMString) on new WheelEvent("event") with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: new WheelEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[InputEvent interface: attribute inputType]
expected: FAIL
[InputEvent interface: new InputEvent("event") must inherit property "inputType" with the proper type]
expected: FAIL
[UIEvent interface: new InputEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[KeyboardEvent interface: operation initKeyboardEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString, optional unsigned long, optional boolean, optional boolean, optional boolean, optional boolean)]
expected: FAIL
[CompositionEvent interface: existence and properties of interface object]
expected: FAIL
[CompositionEvent interface object length]
expected: FAIL
[CompositionEvent interface object name]
expected: FAIL
[CompositionEvent interface: existence and properties of interface prototype object]
expected: FAIL
[CompositionEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CompositionEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CompositionEvent interface: attribute data]
expected: FAIL
[CompositionEvent interface: operation initCompositionEvent(DOMString, optional boolean, optional boolean, optional WindowProxy?, optional DOMString)]
expected: FAIL
[CompositionEvent must be primary interface of new CompositionEvent("event")]
expected: FAIL
[Stringification of new CompositionEvent("event")]
expected: FAIL
[CompositionEvent interface: new CompositionEvent("event") must inherit property "data" with the proper type]
expected: FAIL
[CompositionEvent interface: new CompositionEvent("event") must inherit property "initCompositionEvent(DOMString, optional boolean, optional boolean, optional WindowProxy?, optional DOMString)" with the proper type]
expected: FAIL
[CompositionEvent interface: calling initCompositionEvent(DOMString, optional boolean, optional boolean, optional WindowProxy?, optional DOMString) on new CompositionEvent("event") with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: new CompositionEvent("event") must inherit property "view" with the proper type]
expected: FAIL
[UIEvent interface: new CompositionEvent("event") must inherit property "detail" with the proper type]
expected: FAIL
[UIEvent interface: new CompositionEvent("event") must inherit property "initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long)" with the proper type]
expected: FAIL
[UIEvent interface: calling initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long) on new CompositionEvent("event") with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: new CompositionEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[MutationEvent interface: existence and properties of interface object]
expected: FAIL
[MutationEvent interface object length]
expected: FAIL
[MutationEvent interface object name]
expected: FAIL
[MutationEvent interface: existence and properties of interface prototype object]
expected: FAIL
[MutationEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[MutationEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[MutationEvent interface: constant MODIFICATION on interface object]
expected: FAIL
[MutationEvent interface: constant MODIFICATION on interface prototype object]
expected: FAIL
[MutationEvent interface: constant ADDITION on interface object]
expected: FAIL
[MutationEvent interface: constant ADDITION on interface prototype object]
expected: FAIL
[MutationEvent interface: constant REMOVAL on interface object]
expected: FAIL
[MutationEvent interface: constant REMOVAL on interface prototype object]
expected: FAIL
[MutationEvent interface: attribute relatedNode]
expected: FAIL
[MutationEvent interface: attribute prevValue]
expected: FAIL
[MutationEvent interface: attribute newValue]
expected: FAIL
[MutationEvent interface: attribute attrName]
expected: FAIL
[MutationEvent interface: attribute attrChange]
expected: FAIL
[MutationEvent interface: operation initMutationEvent(DOMString, optional boolean, optional boolean, optional Node?, optional DOMString, optional DOMString, optional DOMString, optional unsigned short)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[click-event.htm]
[synthetic click event is a PointerEvent]
expected: FAIL