Title: [227199] trunk/LayoutTests
Revision
227199
Author
[email protected]
Date
2018-01-19 08:10:34 -0800 (Fri, 19 Jan 2018)

Log Message

[iOS] LayoutTest media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html fails on Internal bots
https://bugs.webkit.org/show_bug.cgi?id=181843
<rdar://problem/36061363>

The button we were trying to press was outside of the viewable screen area and so the tap wouldn't occur.
Resizing the video to fit in the window fixes the issue.

Reviewed by Youenn Fablet.

* media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (227198 => 227199)


--- trunk/LayoutTests/ChangeLog	2018-01-19 15:19:32 UTC (rev 227198)
+++ trunk/LayoutTests/ChangeLog	2018-01-19 16:10:34 UTC (rev 227199)
@@ -1,3 +1,16 @@
+2018-01-19  Antoine Quint  <[email protected]>
+
+        [iOS] LayoutTest media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html fails on Internal bots
+        https://bugs.webkit.org/show_bug.cgi?id=181843
+        <rdar://problem/36061363>
+
+        The button we were trying to press was outside of the viewable screen area and so the tap wouldn't occur.
+        Resizing the video to fit in the window fixes the issue.
+
+        Reviewed by Youenn Fablet.
+
+        * media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html:
+
 2018-01-18  Frederic Wang  <[email protected]>
 
         Move helper files for iOS touch gestures into LayoutTests/resources

Modified: trunk/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html (227198 => 227199)


--- trunk/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html	2018-01-19 15:19:32 UTC (rev 227198)
+++ trunk/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html	2018-01-19 16:10:34 UTC (rev 227199)
@@ -2,7 +2,7 @@
 <script src="" type="text/_javascript_"></script>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <body>
-<video src="" style="width: 800px; position: absolute; left: 0; top: 0;" type="video/mp4" playsinline muted autoplay controls></video>
+<video src="" style="width: 320px; position: absolute; left: 0; top: 0;" type="video/mp4" playsinline muted autoplay controls></video>
 <script type="text/_javascript_">
 
 window.jsTestIsAsync = true;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to