Title: [164872] trunk/LayoutTests
Revision
164872
Author
[email protected]
Date
2014-02-28 10:58:07 -0800 (Fri, 28 Feb 2014)

Log Message

paragraphs with different directionality in textarea with unicode-bidi: plaintext are aligned the same
https://bugs.webkit.org/show_bug.cgi?id=71194

* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
Updated Mac results for Mavericks (the original patch only updated Mountain Lion results).

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (164871 => 164872)


--- trunk/LayoutTests/ChangeLog	2014-02-28 18:44:10 UTC (rev 164871)
+++ trunk/LayoutTests/ChangeLog	2014-02-28 18:58:07 UTC (rev 164872)
@@ -1,3 +1,11 @@
+2014-02-28  Alexey Proskuryakov  <[email protected]>
+
+        paragraphs with different directionality in textarea with unicode-bidi: plaintext are aligned the same
+        https://bugs.webkit.org/show_bug.cgi?id=71194
+
+        * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
+        Updated Mac results for Mavericks (the original patch only updated Mountain Lion results).
+
 2014-02-28  Andreas Kling  <[email protected]>
 
         MouseEvent.offsetX/Y should just return 0,0 for simulated clicks.

Modified: trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt (164871 => 164872)


--- trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt	2014-02-28 18:44:10 UTC (rev 164871)
+++ trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt	2014-02-28 18:58:07 UTC (rev 164872)
@@ -16,36 +16,36 @@
 layer at (10,46) size 369x58 clip at (11,47) size 367x56
   RenderTextControl {TEXTAREA} at (2,2) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     RenderBlock {DIV} at (3,3) size 363x39
-      RenderText {#text} at (334,0) size 30x26
+      RenderText {#text} at (334,0) size 363x26
         text run at (334,0) width 1 RTL: " "
         text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
-        text run at (333,13) width 30: "hello!"
-        text run at (363,13) width 0: " "
+        text run at (0,13) width 30: "hello!"
+        text run at (29,13) width 1: " "
       RenderBR {BR} at (363,26) size 0x13
 layer at (10,112) size 369x58 clip at (11,113) size 367x56
   RenderTextControl {TEXTAREA} at (2,68) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     RenderBlock {DIV} at (3,3) size 363x39
-      RenderText {#text} at (0,0) size 30x26
-        text run at (0,0) width 0 RTL: " "
-        text run at (0,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
+      RenderText {#text} at (334,0) size 363x26
+        text run at (334,0) width 1 RTL: " "
+        text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
         text run at (0,13) width 30: "hello!"
         text run at (29,13) width 1: " "
       RenderBR {BR} at (0,26) size 0x13
 layer at (10,178) size 369x58 clip at (11,179) size 367x56
   RenderTextControl {TEXTAREA} at (2,134) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     RenderBlock {DIV} at (3,3) size 363x39
-      RenderText {#text} at (0,0) size 30x26
-        text run at (0,0) width 0 RTL: " "
-        text run at (0,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
+      RenderText {#text} at (334,0) size 363x26
+        text run at (334,0) width 1 RTL: " "
+        text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
         text run at (0,13) width 30: "hello!"
         text run at (29,13) width 1: " "
       RenderBR {BR} at (0,26) size 0x13
 layer at (10,244) size 369x58 clip at (11,245) size 367x56
   RenderTextControl {TEXTAREA} at (2,200) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     RenderBlock {DIV} at (3,3) size 363x39
-      RenderText {#text} at (334,0) size 30x26
+      RenderText {#text} at (334,0) size 363x26
         text run at (334,0) width 1 RTL: " "
         text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
-        text run at (333,13) width 30: "hello!"
-        text run at (363,13) width 0: " "
+        text run at (0,13) width 30: "hello!"
+        text run at (29,13) width 1: " "
       RenderBR {BR} at (363,26) size 0x13
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to