Title: [258548] trunk/LayoutTests
Revision
258548
Author
[email protected]
Date
2020-03-17 08:19:07 -0700 (Tue, 17 Mar 2020)

Log Message

pointerevents/ios/touch-action-none-link-traversal.html times out
https://bugs.webkit.org/show_bug.cgi?id=209177
<rdar://problem/60393055>

Patch by Antoine Quint <[email protected]> on 2020-03-17
Reviewed by Antti Koivisto.

* pointerevents/ios/resources/touch-action-none-link-traversal-resource.html: Added.
* pointerevents/ios/touch-action-none-link-traversal.html:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258547 => 258548)


--- trunk/LayoutTests/ChangeLog	2020-03-17 14:56:07 UTC (rev 258547)
+++ trunk/LayoutTests/ChangeLog	2020-03-17 15:19:07 UTC (rev 258548)
@@ -1,5 +1,16 @@
 2020-03-17  Antoine Quint  <[email protected]>
 
+        pointerevents/ios/touch-action-none-link-traversal.html times out
+        https://bugs.webkit.org/show_bug.cgi?id=209177
+        <rdar://problem/60393055>
+
+        Reviewed by Antti Koivisto.
+
+        * pointerevents/ios/resources/touch-action-none-link-traversal-resource.html: Added.
+        * pointerevents/ios/touch-action-none-link-traversal.html:
+
+2020-03-17  Antoine Quint  <[email protected]>
+
         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>

Added: trunk/LayoutTests/pointerevents/ios/resources/touch-action-none-link-traversal-resource.html (0 => 258548)


--- trunk/LayoutTests/pointerevents/ios/resources/touch-action-none-link-traversal-resource.html	                        (rev 0)
+++ trunk/LayoutTests/pointerevents/ios/resources/touch-action-none-link-traversal-resource.html	2020-03-17 15:19:07 UTC (rev 258548)
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<html>
+<body>This resource exists to support the test pointerevents/ios/touch-action-none-link-traversal.html</body>
+</html>

Modified: trunk/LayoutTests/pointerevents/ios/touch-action-none-link-traversal.html (258547 => 258548)


--- trunk/LayoutTests/pointerevents/ios/touch-action-none-link-traversal.html	2020-03-17 14:56:07 UTC (rev 258547)
+++ trunk/LayoutTests/pointerevents/ios/touch-action-none-link-traversal.html	2020-03-17 15:19:07 UTC (rev 258548)
@@ -28,7 +28,7 @@
 async_test(test => {
     const iframe = document.body.firstElementChild;
     const link = iframe.contentDocument.body.appendChild(document.createElement("a"));
-    link.href = ""
+    link.href = ""
     link.setAttribute("style", `
         position: absolute;
         left: 0;
@@ -41,7 +41,7 @@
 
     const loaded = new Promise(resolve => {
         iframe.addEventListener("load", () => {
-            assert_true(iframe.contentWindow.location.href.includes("disabled.html"), "Upon navigation the URL has a location.");
+            assert_true(iframe.contentWindow.location.href.includes("touch-action-none-link-traversal-resource.html"), "Upon navigation the URL has a location.");
             resolve();
         });
     });
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to