Title: [250022] trunk/LayoutTests
Revision
250022
Author
ryanhad...@apple.com
Date
2019-09-17 20:58:54 -0700 (Tue, 17 Sep 2019)

Log Message

Unreviewed test gardening, rebaseline a test after r249963.

* media/track/track-cue-rendering-rtl-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (250021 => 250022)


--- trunk/LayoutTests/ChangeLog	2019-09-18 03:23:28 UTC (rev 250021)
+++ trunk/LayoutTests/ChangeLog	2019-09-18 03:58:54 UTC (rev 250022)
@@ -1,3 +1,9 @@
+2019-09-17  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed test gardening, rebaseline a test after r249963.
+
+        * media/track/track-cue-rendering-rtl-expected.txt:
+
 2019-09-17  Chris Dumez  <cdu...@apple.com>
 
         Unreviewed, address flakiness of imported/w3c/web-platform-tests/html/browsers/offline/application-cache-api/api_update_error.https.html.

Modified: trunk/LayoutTests/media/track/track-cue-rendering-rtl-expected.txt (250021 => 250022)


--- trunk/LayoutTests/media/track/track-cue-rendering-rtl-expected.txt	2019-09-18 03:23:28 UTC (rev 250021)
+++ trunk/LayoutTests/media/track/track-cue-rendering-rtl-expected.txt	2019-09-18 03:58:54 UTC (rev 250022)
@@ -21,8 +21,8 @@
 ** Jump to next cue **
 EXPECTED (video.currentTime == '0.75') OK
 EXPECTED (testTrack.track.activeCues.length == '1') OK
-EXPECTED (testTrack.track.activeCues[0].text == '	1234') OK
-EXPECTED (testCueDisplayBox.innerText == '	1234') OK
+EXPECTED (testTrack.track.activeCues[0].text == ' 1234') OK
+EXPECTED (testCueDisplayBox.innerText == ' 1234') OK
 
 ** The position should be default and CSS direction set to ltr **
 EXPECTED (2 * testCueDisplayBox.offsetLeft == video.videoWidth - testCueDisplayBox.offsetWidth == 'true') OK
@@ -73,8 +73,8 @@
 ** Jump to next cue **
 EXPECTED (video.currentTime == '2.75') OK
 EXPECTED (testTrack.track.activeCues.length == '1') OK
-EXPECTED (testTrack.track.activeCues[0].text == '	०१२३४५६७८९ ') OK
-EXPECTED (testCueDisplayBox.innerText == '	०१२३४५६७८९ ') OK
+EXPECTED (testTrack.track.activeCues[0].text == ' ०१२३४५६७८९ ') OK
+EXPECTED (testCueDisplayBox.innerText == ' ०१२३४५६७८९ ') OK
 
 ** The position should be default and CSS direction set to ltr **
 EXPECTED (2 * testCueDisplayBox.offsetLeft == video.videoWidth - testCueDisplayBox.offsetWidth == 'true') OK
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to