Title: [286981] trunk/LayoutTests
Revision
286981
Author
[email protected]
Date
2021-12-13 14:19:24 -0800 (Mon, 13 Dec 2021)

Log Message

LFC][IFC] Add partial unicode-bidi support on inline level boxes
https://bugs.webkit.org/show_bug.cgi?id=234196

Unreviewed test gardening.

* platform/ios/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Rebaseline test for iOS.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (286980 => 286981)


--- trunk/LayoutTests/ChangeLog	2021-12-13 22:04:49 UTC (rev 286980)
+++ trunk/LayoutTests/ChangeLog	2021-12-13 22:19:24 UTC (rev 286981)
@@ -1,3 +1,12 @@
+2021-12-13  Ryan Haddad  <[email protected]>
+
+        LFC][IFC] Add partial unicode-bidi support on inline level boxes
+        https://bugs.webkit.org/show_bug.cgi?id=234196
+
+        Unreviewed test gardening.
+
+        * platform/ios/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Rebaseline test for iOS.
+
 2021-12-13  Robert Jenner  <[email protected]>
 
         REGRESSION (r286259): [ BigSur+ wk1 ] 2X imported/w3c/web-platform-tests/speech-api/SpeechSynthesis (layout-tests) are constant text failures

Modified: trunk/LayoutTests/platform/ios/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt (286980 => 286981)


--- trunk/LayoutTests/platform/ios/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt	2021-12-13 22:04:49 UTC (rev 286980)
+++ trunk/LayoutTests/platform/ios/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt	2021-12-13 22:19:24 UTC (rev 286981)
@@ -86,25 +86,22 @@
         RenderText {#text} at (0,0) size 50x19
           text run at (0,0) width 50 RTL: "\x{5D3}\x{5D4}\x{5D5}([\x{202A}\x{202C}\x{5D0}\x{5D1}\x{5D2}"
       RenderBlock {P} at (0,444) size 784x20
-        RenderText {#text} at (0,0) size 30x19
-          text run at (0,0) width 19 RTL: "\x{5D3}\x{5D4}\x{5D5}"
-          text run at (18,0) width 12: "(["
-        RenderInline {SPAN} at (0,0) size 1x19
-        RenderText {#text} at (29,0) size 21x19
-          text run at (29,0) width 21 RTL: "\x{5D0}\x{5D1}\x{5D2}"
+        RenderText {#text} at (20,0) size 30x19
+          text run at (20,0) width 30 RTL: "\x{5D3}\x{5D4}\x{5D5}(["
+        RenderInline {SPAN} at (0,0) size 0x19
+        RenderText {#text} at (0,0) size 21x19
+          text run at (0,0) width 21 RTL: "\x{5D0}\x{5D1}\x{5D2}"
       RenderBlock {P} at (0,480) size 784x20
-        RenderText {#text} at (0,0) size 30x19
-          text run at (0,0) width 19 RTL: "\x{5D3}\x{5D4}\x{5D5}"
-          text run at (18,0) width 12: "(["
-        RenderInline {SPAN} at (0,0) size 1x19
-          RenderInline {SPAN} at (0,0) size 1x19
-        RenderText {#text} at (29,0) size 21x19
-          text run at (29,0) width 21 RTL: "\x{5D0}\x{5D1}\x{5D2}"
+        RenderText {#text} at (20,0) size 30x19
+          text run at (20,0) width 30 RTL: "\x{5D3}\x{5D4}\x{5D5}(["
+        RenderInline {SPAN} at (0,0) size 0x19
+          RenderInline {SPAN} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 21x19
+          text run at (0,0) width 21 RTL: "\x{5D0}\x{5D1}\x{5D2}"
       RenderBlock {P} at (0,516) size 784x20
-        RenderText {#text} at (0,0) size 30x19
-          text run at (0,0) width 19 RTL: "\x{5D3}\x{5D4}\x{5D5}"
-          text run at (18,0) width 12: "(["
-        RenderInline {SPAN} at (0,0) size 21x19
-          RenderInline {SPAN} at (0,0) size 1x19
-        RenderText {#text} at (29,0) size 21x19
-          text run at (29,0) width 21 RTL: "\x{5D0}\x{5D1}\x{5D2}"
+        RenderText {#text} at (20,0) size 30x19
+          text run at (20,0) width 30 RTL: "\x{5D3}\x{5D4}\x{5D5}(["
+        RenderInline {SPAN} at (0,0) size 0x19
+          RenderInline {SPAN} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 21x19
+          text run at (0,0) width 21 RTL: "\x{5D0}\x{5D1}\x{5D2}"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to