Title: [258546] trunk/LayoutTests
Revision
258546
Author
grao...@webkit.org
Date
2020-03-17 04:45:50 -0700 (Tue, 17 Mar 2020)

Log Message

REGRESSION (r258411): imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch.html is failing consistently
https://bugs.webkit.org/show_bug.cgi?id=209175
<rdar://problem/60513114>

Unreviewed test gardening.

Following r258411 this test is a PASS on iOS. Adjusting the expectation.

* platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258545 => 258546)


--- trunk/LayoutTests/ChangeLog	2020-03-17 10:50:32 UTC (rev 258545)
+++ trunk/LayoutTests/ChangeLog	2020-03-17 11:45:50 UTC (rev 258546)
@@ -1,3 +1,15 @@
+2020-03-17  Antoine Quint  <grao...@apple.com>
+
+        REGRESSION (r258411): imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch.html is failing consistently
+        https://bugs.webkit.org/show_bug.cgi?id=209175
+        <rdar://problem/60513114>
+
+        Unreviewed test gardening.
+
+        Following r258411 this test is a PASS on iOS. Adjusting the expectation.
+
+        * platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
+
 2020-03-17  youenn fablet  <you...@apple.com>
 
         Safari doesn't insert mDNS candidates to SDP

Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt (258545 => 258546)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt	2020-03-17 10:50:32 UTC (rev 258545)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt	2020-03-17 11:45:50 UTC (rev 258546)
@@ -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_true: mouseup and click events should've been fired expected true got false
+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: 66.78125 / 20) 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to