Title: [246010] trunk/Tools
Revision
246010
Author
[email protected]
Date
2019-05-31 20:20:05 -0700 (Fri, 31 May 2019)

Log Message

DragAndDropTests.DragImageLocationForLinkInSubframe fails on some iPad
https://bugs.webkit.org/show_bug.cgi?id=198447

Reviewed by Wenson Hsieh.

Give the elements an explicit 400px width to make the test always work.

* TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (246009 => 246010)


--- trunk/Tools/ChangeLog	2019-06-01 01:09:44 UTC (rev 246009)
+++ trunk/Tools/ChangeLog	2019-06-01 03:20:05 UTC (rev 246010)
@@ -1,3 +1,14 @@
+2019-05-31  Ryosuke Niwa  <[email protected]>
+
+        DragAndDropTests.DragImageLocationForLinkInSubframe fails on some iPad
+        https://bugs.webkit.org/show_bug.cgi?id=198447
+
+        Reviewed by Wenson Hsieh.
+
+        Give the elements an explicit 400px width to make the test always work.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html:
+
 2019-05-31  Wenson Hsieh  <[email protected]>
 
         Make tests that use UIHelper more robust under certain configurations

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html (246009 => 246010)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html	2019-06-01 01:09:44 UTC (rev 246009)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html	2019-06-01 03:20:05 UTC (rev 246010)
@@ -9,7 +9,7 @@
 }
 
 iframe, input {
-    width: 100%;
+    width: 400px;
     height: 250px;
     display: block;
     font-size: 100px;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to