Title: [260533] trunk/LayoutTests
- Revision
- 260533
- Author
- [email protected]
- Date
- 2020-04-22 14:56:02 -0700 (Wed, 22 Apr 2020)
Log Message
Update dom/events/Event-dispatch-redispatch.html from upstream WPT
https://bugs.webkit.org/show_bug.cgi?id=210842
<rdar://problem/61948094>
Reviewed by Jon Lee.
Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
to our local repo.
LayoutTests/imported/w3c:
* web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* web-platform-tests/dom/events/Event-dispatch-redispatch.html:
LayoutTests:
* platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (260532 => 260533)
--- trunk/LayoutTests/ChangeLog 2020-04-22 21:31:36 UTC (rev 260532)
+++ trunk/LayoutTests/ChangeLog 2020-04-22 21:56:02 UTC (rev 260533)
@@ -1,3 +1,18 @@
+2020-04-22 Myles C. Maxfield <[email protected]>
+
+ Update dom/events/Event-dispatch-redispatch.html from upstream WPT
+ https://bugs.webkit.org/show_bug.cgi?id=210842
+ <rdar://problem/61948094>
+
+ Reviewed by Jon Lee.
+
+ Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
+ to our local repo.
+
+ * platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
+ * platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
+ * platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
+
2020-04-22 Chris Dumez <[email protected]>
Unreviewed, skip imported/w3c/web-platform-tests/html/cross-origin-opener-policy since we do not support this feature.
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (260532 => 260533)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2020-04-22 21:31:36 UTC (rev 260532)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2020-04-22 21:56:02 UTC (rev 260533)
@@ -1,3 +1,17 @@
+2020-04-22 Myles C. Maxfield <[email protected]>
+
+ Update dom/events/Event-dispatch-redispatch.html from upstream WPT
+ https://bugs.webkit.org/show_bug.cgi?id=210842
+ <rdar://problem/61948094>
+
+ Reviewed by Jon Lee.
+
+ Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
+ to our local repo.
+
+ * web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
+ * web-platform-tests/dom/events/Event-dispatch-redispatch.html:
+
2020-04-22 Antoine Quint <[email protected]>
[Web Animations] Coordinate "update animations and send events" procedure across multiple timelines
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt (260532 => 260533)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:31:36 UTC (rev 260532)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:56:02 UTC (rev 260533)
@@ -3,5 +3,5 @@
PASS Redispatching DOMContentLoaded event after being dispatched
PASS Redispatching mouseup event whose default action dispatches a click event
PASS Redispatching event which is being dispatched
-PASS Synthesizing click on button... (button width / height: 62.734375 / 18)
+PASS Synthesizing click on button...
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch.html (260532 => 260533)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch.html 2020-04-22 21:31:36 UTC (rev 260532)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch.html 2020-04-22 21:56:02 UTC (rev 260533)
@@ -104,7 +104,7 @@
await waitForLoad;
let bounds = buttonElement.getBoundingClientRect();
- test(() => { assert_true(true); }, `Synthesizing click on button... (button width / height: ${bounds.width} / ${bounds.height})`);
+ test(() => { assert_true(true); }, `Synthesizing click on button...`);
new test_driver.Actions()
.pointerMove(Math.floor(bounds.width / 5),
Math.floor(bounds.height / 2),
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt (260532 => 260533)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:31:36 UTC (rev 260532)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:56:02 UTC (rev 260533)
@@ -3,5 +3,5 @@
PASS Redispatching DOMContentLoaded event after being dispatched
PASS Redispatching mouseup event whose default action dispatches a click event
PASS Redispatching event which is being dispatched
-PASS Synthesizing click on button... (button width / height: 78 / 27)
+PASS Synthesizing click on button...
Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt (260532 => 260533)
--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:31:36 UTC (rev 260532)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:56:02 UTC (rev 260533)
@@ -3,5 +3,5 @@
PASS Redispatching DOMContentLoaded event after being dispatched
FAIL Redispatching mouseup event whose default action dispatches a click event assert_true: mouseup and click events should've been fired expected true got false
PASS Redispatching event which is being dispatched
-PASS Synthesizing click on button... (button width / height: 66.78125 / 20)
+PASS Synthesizing click on button...
Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt (260532 => 260533)
--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:31:36 UTC (rev 260532)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt 2020-04-22 21:56:02 UTC (rev 260533)
@@ -3,5 +3,5 @@
PASS Redispatching DOMContentLoaded event after being dispatched
PASS Redispatching mouseup event whose default action dispatches a click event
PASS Redispatching event which is being dispatched
-PASS Synthesizing click on button... (button width / height: 74 / 27)
+PASS Synthesizing click on button...
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes