Title: [203137] trunk/LayoutTests
Revision
203137
Author
[email protected]
Date
2016-07-12 16:49:21 -0700 (Tue, 12 Jul 2016)

Log Message

REGRESSION (202694): Audio and Video playback controls: Cannot find a position slider to adjust playback position using VO.
https://bugs.webkit.org/show_bug.cgi?id=159661
<rdar://problem/27285135>

Unreviewed. Slight tweak to test to hopefully avoid flakiness.

* media/controls/default-size-should-show-scrubber-expected.txt:
* media/controls/default-size-should-show-scrubber.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (203136 => 203137)


--- trunk/LayoutTests/ChangeLog	2016-07-12 23:20:25 UTC (rev 203136)
+++ trunk/LayoutTests/ChangeLog	2016-07-12 23:49:21 UTC (rev 203137)
@@ -1,3 +1,14 @@
+2016-07-12  Dean Jackson  <[email protected]>
+
+        REGRESSION (202694): Audio and Video playback controls: Cannot find a position slider to adjust playback position using VO.
+        https://bugs.webkit.org/show_bug.cgi?id=159661
+        <rdar://problem/27285135>
+
+        Unreviewed. Slight tweak to test to hopefully avoid flakiness.
+
+        * media/controls/default-size-should-show-scrubber-expected.txt:
+        * media/controls/default-size-should-show-scrubber.html:
+
 2016-07-12  Ryan Haddad  <[email protected]>
 
         Marking fast/css/ancestor-of-hovered-element-detached.html as flaky on Mac

Modified: trunk/LayoutTests/media/controls/default-size-should-show-scrubber-expected.txt (203136 => 203137)


--- trunk/LayoutTests/media/controls/default-size-should-show-scrubber-expected.txt	2016-07-12 23:20:25 UTC (rev 203136)
+++ trunk/LayoutTests/media/controls/default-size-should-show-scrubber-expected.txt	2016-07-12 23:49:21 UTC (rev 203137)
@@ -8,7 +8,6 @@
 Scrub to the end of the media
 EVENT: ended
 PASS: Video is paused
-PASS: Timeline is visible
 PASS: Time Remaining is visible
 PASS: Current Time is visible
 

Modified: trunk/LayoutTests/media/controls/default-size-should-show-scrubber.html (203136 => 203137)


--- trunk/LayoutTests/media/controls/default-size-should-show-scrubber.html	2016-07-12 23:20:25 UTC (rev 203136)
+++ trunk/LayoutTests/media/controls/default-size-should-show-scrubber.html	2016-07-12 23:49:21 UTC (rev 203137)
@@ -33,7 +33,7 @@
         .value(tester.media.paused)
         .isTrue();
 
-    ["Timeline", "Time Remaining", "Current Time"].forEach(name => {
+    ["Time Remaining", "Current Time"].forEach(name => {
         const elementState = tester.stateForControlsElement(name);
         tester.test(`${name} is visible`)
           .value(isVisible(elementState))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to