Title: [227312] branches/safari-605-branch/LayoutTests
- Revision
- 227312
- Author
- [email protected]
- Date
- 2018-01-22 09:57:33 -0800 (Mon, 22 Jan 2018)
Log Message
Cherry-pick r227199. rdar://problem/36722438
Modified Paths
Diff
Modified: branches/safari-605-branch/LayoutTests/ChangeLog (227311 => 227312)
--- branches/safari-605-branch/LayoutTests/ChangeLog 2018-01-22 17:57:31 UTC (rev 227311)
+++ branches/safari-605-branch/LayoutTests/ChangeLog 2018-01-22 17:57:33 UTC (rev 227312)
@@ -1,5 +1,22 @@
2018-01-22 Jason Marcell <[email protected]>
+ Cherry-pick r227199. rdar://problem/36722438
+
+ 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-22 Jason Marcell <[email protected]>
+
Cherry-pick r227145. rdar://problem/36722475
2018-01-18 Antti Koivisto <[email protected]>
Modified: branches/safari-605-branch/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html (227311 => 227312)
--- branches/safari-605-branch/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html 2018-01-22 17:57:31 UTC (rev 227311)
+++ branches/safari-605-branch/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html 2018-01-22 17:57:33 UTC (rev 227312)
@@ -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