[Webkit-unassigned] [Bug 201863] TextIterator should convert tabs to spaces
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 17 14:00:44 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201863
Truitt Savell <tsavell at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tsavell at apple.com
--- Comment #11 from Truitt Savell <tsavell at apple.com> ---
It looks like the changes in https://trac.webkit.org/changeset/249963/webkit
broke media/track/track-cue-rendering-rtl.html
It looks like this test no longer has some tabs and instead has spaces. could this be a rebasline?
History:
http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Ftrack%2Ftrack-cue-rendering-rtl.html
Diff:
--- /Volumes/Data/worker/iOS-12-Simulator-WK2-Tests-EWS/build/layout-test-results/media/track/track-cue-rendering-rtl-expected.txt
+++ /Volumes/Data/worker/iOS-12-Simulator-WK2-Tests-EWS/build/layout-test-results/media/track/track-cue-rendering-rtl-actual.txt
@@ -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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190917/091ba436/attachment.html>
More information about the webkit-unassigned
mailing list