Title: [276802] trunk/LayoutTests
Revision
276802
Author
[email protected]
Date
2021-04-29 14:07:41 -0700 (Thu, 29 Apr 2021)

Log Message

REGRESSION: media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=225163
<rdar://problem/77041676>

Reviewed by Devin Rousso.

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

Increase the width of the <video> element to ensure that the skip back
button is visible. The button is no longer visible at smaller widths,
and is unable to be tapped, causing the test to timeout.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (276801 => 276802)


--- trunk/LayoutTests/ChangeLog	2021-04-29 20:21:33 UTC (rev 276801)
+++ trunk/LayoutTests/ChangeLog	2021-04-29 21:07:41 UTC (rev 276802)
@@ -1,3 +1,17 @@
+2021-04-29  Aditya Keerthi  <[email protected]>
+
+        REGRESSION: media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html is timing out
+        https://bugs.webkit.org/show_bug.cgi?id=225163
+        <rdar://problem/77041676>
+
+        Reviewed by Devin Rousso.
+
+        * media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html:
+
+        Increase the width of the <video> element to ensure that the skip back
+        button is visible. The button is no longer visible at smaller widths,
+        and is unable to be tapped, causing the test to timeout.
+
 2021-04-29  Peng Liu  <[email protected]>
 
         [GPUP] Two message loops between WebContent process and GPU process to enable/select audio/video tracks

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


--- trunk/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html	2021-04-29 20:21:33 UTC (rev 276801)
+++ trunk/LayoutTests/media/modern-media-controls/media-controller/ios/media-controller-ios-do-not-hide-controls-when-tapping-button.html	2021-04-29 21:07:41 UTC (rev 276802)
@@ -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: 320px; position: absolute; left: 0; top: 0;" type="video/mp4" playsinline muted autoplay controls></video>
+<video src="" style="width: 600px; 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