Title: [274196] trunk/LayoutTests
- Revision
- 274196
- Author
- [email protected]
- Date
- 2021-03-09 21:19:18 -0800 (Tue, 09 Mar 2021)
Log Message
Resync web-platform-tests/dom tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=222983
Unreviewed test gardening.
Rebaseline a few tests for iOS.
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (274195 => 274196)
--- trunk/LayoutTests/ChangeLog 2021-03-10 04:51:36 UTC (rev 274195)
+++ trunk/LayoutTests/ChangeLog 2021-03-10 05:19:18 UTC (rev 274196)
@@ -1,3 +1,17 @@
+2021-03-09 Ryan Haddad <[email protected]>
+
+ Resync web-platform-tests/dom tests from upstream
+ https://bugs.webkit.org/show_bug.cgi?id=222983
+
+ Unreviewed test gardening.
+
+ Rebaseline a few tests for iOS.
+
+ * platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
+ * platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
+ * platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
+ * platform/ios/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt: Added.
+
2021-03-09 Robert Jenner <[email protected]>
[ macOS wk 2 ] media/media-source/media-source-canplaythrough-event.html is a flakey text failure
Modified: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt (274195 => 274196)
--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt 2021-03-10 04:51:36 UTC (rev 274195)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt 2021-03-10 05:19:18 UTC (rev 274196)
@@ -19,7 +19,6 @@
PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (StorageEvent).
PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGEvents).
PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (TextEvent).
-FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (TouchEvent). The operation is not supported.
PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvent).
PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvents).
PASS If the event's dispatch flag is set, an InvalidStateError must be thrown.
Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt (0 => 274196)
--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt 2021-03-10 05:19:18 UTC (rev 274196)
@@ -0,0 +1,12 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x88
+ RenderBlock {HTML} at (0,0) size 800x88
+ RenderBody {BODY} at (8,16) size 784x56
+ RenderBlock {DIV} at (0,0) size 784x56
+ RenderBlock {P} at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 233x19
+ text run at (0,0) width 233: "there should be more text below this"
+ RenderBlock {P} at (0,36) size 784x20
+ RenderText {#text} at (0,0) size 167x19
+ text run at (0,0) width 167: "PASS if this text is visible"
Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt (274195 => 274196)
--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2021-03-10 04:51:36 UTC (rev 274195)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2021-03-10 05:19:18 UTC (rev 274196)
@@ -1,7 +1,7 @@
click me!
PASS Redispatching DOMContentLoaded event after being dispatched
-FAIL Redispatching mouseup event whose default action dispatches a click event assert_not_equals: mouseup and click events should've been fired got disallowed value undefined
+PASS Redispatching mouseup event whose default action dispatches a click event
PASS Redispatching event which is being dispatched
PASS Synthesizing click on button...
Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt (274195 => 274196)
--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt 2021-03-10 04:51:36 UTC (rev 274195)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt 2021-03-10 05:19:18 UTC (rev 274196)
@@ -121,13 +121,6 @@
FAIL TEXTEVENT should be an alias for CompositionEvent. assert_equals: expected object "[object CompositionEvent]" but got object "[object TextEvent]"
PASS createEvent('TEXTEVENT') should be initialized correctly.
PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextEvents"
-FAIL TouchEvent should be an alias for TouchEvent. The operation is not supported.
-FAIL createEvent('TouchEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
-FAIL touchevent should be an alias for TouchEvent. The operation is not supported.
-FAIL createEvent('touchevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
-FAIL TOUCHEVENT should be an alias for TouchEvent. The operation is not supported.
-FAIL createEvent('TOUCHEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
-PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TouchEvents"
PASS UIEvent should be an alias for UIEvent.
PASS createEvent('UIEvent') should be initialized correctly.
PASS uievent should be an alias for UIEvent.
@@ -274,6 +267,8 @@
PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SyncEvents"
PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent"
PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TimeEvents"
+PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TouchEvent"
+PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TouchEvents"
PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TrackEvent"
PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TrackEvents"
PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TransitionEvent"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes