mirror of
https://github.com/servo/servo.git
synced 2025-09-11 23:48:21 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
3
tests/wpt/meta/dom/events/CustomEvent.html.ini
Normal file
3
tests/wpt/meta/dom/events/CustomEvent.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[CustomEvent.html]
|
||||
[initCustomEvent's default parameter values.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[Event-dispatch-detached-input-and-change.html]
|
||||
[attached to shadow dom checkbox should emit input and change events on click().]
|
||||
expected: FAIL
|
||||
|
||||
[attached to shadow dom radio should emit input and change events on click().]
|
||||
expected: FAIL
|
||||
|
||||
[attached to shadow dom checkbox should emit input and change events on dispatchEvent(new MouseEvent('click')).]
|
||||
expected: FAIL
|
||||
|
||||
[attached to shadow dom radio should emit input and change events on dispatchEvent(new MouseEvent('click')).]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[Event-dispatch-listener-order.window.html]
|
||||
[Event-dispatch-listener-order]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[Event-subclasses-constructors.html]
|
||||
[WheelEvent constructor (argument with non-default values)]
|
||||
expected: FAIL
|
||||
|
||||
[KeyboardEvent constructor (argument with non-default values)]
|
||||
expected: FAIL
|
||||
|
||||
[CompositionEvent constructor (no argument)]
|
||||
expected: FAIL
|
||||
|
||||
[CompositionEvent constructor (undefined argument)]
|
||||
expected: FAIL
|
||||
|
||||
[CompositionEvent constructor (null argument)]
|
||||
expected: FAIL
|
||||
|
||||
[CompositionEvent constructor (empty argument)]
|
||||
expected: FAIL
|
||||
|
||||
[CompositionEvent constructor (argument with default values)]
|
||||
expected: FAIL
|
||||
|
||||
[CompositionEvent constructor (argument with non-default values)]
|
||||
expected: FAIL
|
|
@ -4,12 +4,3 @@
|
|||
|
||||
[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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[EventListener-handleEvent.html]
|
||||
[throws if `handleEvent` is falsy and not callable]
|
||||
expected: FAIL
|
||||
|
||||
[throws if `handleEvent` is thruthy and not callable]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[EventTarget-dispatchEvent.html]
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceMotionEvent).]
|
||||
expected: FAIL
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceOrientationEvent).]
|
||||
expected: FAIL
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (DragEvent).]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[event-global-extra.window.html]
|
||||
[window.event should not be affected by nodes moving post-dispatch]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[event-global-is-still-set-when-coercing-beforeunload-result.html]
|
||||
[window.event is still set when 'beforeunload' result is coerced to string]
|
||||
expected: FAIL
|
2
tests/wpt/meta/dom/events/relatedTarget.window.js.ini
Normal file
2
tests/wpt/meta/dom/events/relatedTarget.window.js.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[relatedTarget.window.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[scrollend-with-snap-on-fractional-offset.html]
|
||||
[snap to fractional offset fires scrollend exactly once.]
|
||||
expected: FAIL
|
2
tests/wpt/meta/dom/events/shadow-relatedTarget.html.ini
Normal file
2
tests/wpt/meta/dom/events/shadow-relatedTarget.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[shadow-relatedTarget.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,37 @@
|
|||
[webkit-animation-end-event.html]
|
||||
expected: TIMEOUT
|
||||
[onanimationend and onwebkitanimationend are not aliases]
|
||||
expected: FAIL
|
||||
|
||||
[dispatchEvent of a webkitAnimationEnd event does trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[dispatchEvent of an animationend event does not trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationend event handler should trigger for an animation]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationend event handler should not trigger if an unprefixed event handler also exists]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationend event handler should not trigger if an unprefixed listener also exists]
|
||||
expected: FAIL
|
||||
|
||||
[event types for prefixed and unprefixed animationend event handlers should be named appropriately]
|
||||
expected: FAIL
|
||||
|
||||
[webkitAnimationEnd event listener should trigger for an animation]
|
||||
expected: TIMEOUT
|
||||
|
||||
[webkitAnimationEnd event listener should not trigger if an unprefixed listener also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitAnimationEnd event listener should not trigger if an unprefixed event handler also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[event types for prefixed and unprefixed animationend event listeners should be named appropriately]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitAnimationEnd event listener is case sensitive]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,37 @@
|
|||
[webkit-animation-iteration-event.html]
|
||||
expected: TIMEOUT
|
||||
[onanimationiteration and onwebkitanimationiteration are not aliases]
|
||||
expected: FAIL
|
||||
|
||||
[dispatchEvent of a webkitAnimationIteration event does trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[dispatchEvent of an animationiteration event does not trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationiteration event handler should trigger for an animation]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
|
||||
expected: FAIL
|
||||
|
||||
[event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
|
||||
expected: FAIL
|
||||
|
||||
[webkitAnimationIteration event listener should trigger for an animation]
|
||||
expected: TIMEOUT
|
||||
|
||||
[webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitAnimationIteration event listener is case sensitive]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,39 @@
|
|||
[webkit-animation-start-event.html]
|
||||
[onanimationstart and onwebkitanimationstart are not aliases]
|
||||
expected: FAIL
|
||||
|
||||
[dispatchEvent of a webkitAnimationStart event does trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[dispatchEvent of a webkitAnimationStart event does not trigger an unprefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[dispatchEvent of an animationstart event does not trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationstart event handler should trigger for an animation]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationstart event handler should not trigger if an unprefixed event handler also exists]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkitanimationstart event handler should not trigger if an unprefixed listener also exists]
|
||||
expected: FAIL
|
||||
|
||||
[event types for prefixed and unprefixed animationstart event handlers should be named appropriately]
|
||||
expected: FAIL
|
||||
|
||||
[webkitAnimationStart event listener should trigger for an animation]
|
||||
expected: FAIL
|
||||
|
||||
[webkitAnimationStart event listener should not trigger if an unprefixed listener also exists]
|
||||
expected: FAIL
|
||||
|
||||
[webkitAnimationStart event listener should not trigger if an unprefixed event handler also exists]
|
||||
expected: FAIL
|
||||
|
||||
[event types for prefixed and unprefixed animationstart event listeners should be named appropriately]
|
||||
expected: FAIL
|
||||
|
||||
[webkitAnimationStart event listener is case sensitive]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue