Changeset 164872 in webkit
- Timestamp:
- Feb 28, 2014, 10:58:07 AM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r164871 r164872 1 2014-02-28 Alexey Proskuryakov <ap@apple.com> 2 3 paragraphs with different directionality in textarea with unicode-bidi: plaintext are aligned the same 4 https://bugs.webkit.org/show_bug.cgi?id=71194 5 6 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: 7 Updated Mac results for Mavericks (the original patch only updated Mountain Lion results). 8 1 9 2014-02-28 Andreas Kling <akling@apple.com> 2 10 -
trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt
r158041 r164872 17 17 RenderTextControl {TEXTAREA} at (2,2) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)] 18 18 RenderBlock {DIV} at (3,3) size 363x39 19 RenderText {#text} at (334,0) size 3 0x2619 RenderText {#text} at (334,0) size 363x26 20 20 text run at (334,0) width 1 RTL: " " 21 21 text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!" 22 text run at ( 333,13) width 30: "hello!"23 text run at ( 363,13) width 0: " "22 text run at (0,13) width 30: "hello!" 23 text run at (29,13) width 1: " " 24 24 RenderBR {BR} at (363,26) size 0x13 25 25 layer at (10,112) size 369x58 clip at (11,113) size 367x56 26 26 RenderTextControl {TEXTAREA} at (2,68) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)] 27 27 RenderBlock {DIV} at (3,3) size 363x39 28 RenderText {#text} at ( 0,0) size 30x2629 text run at ( 0,0) width 0RTL: " "30 text run at ( 0,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"28 RenderText {#text} at (334,0) size 363x26 29 text run at (334,0) width 1 RTL: " " 30 text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!" 31 31 text run at (0,13) width 30: "hello!" 32 32 text run at (29,13) width 1: " " … … 35 35 RenderTextControl {TEXTAREA} at (2,134) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)] 36 36 RenderBlock {DIV} at (3,3) size 363x39 37 RenderText {#text} at ( 0,0) size 30x2638 text run at ( 0,0) width 0RTL: " "39 text run at ( 0,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"37 RenderText {#text} at (334,0) size 363x26 38 text run at (334,0) width 1 RTL: " " 39 text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!" 40 40 text run at (0,13) width 30: "hello!" 41 41 text run at (29,13) width 1: " " … … 44 44 RenderTextControl {TEXTAREA} at (2,200) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)] 45 45 RenderBlock {DIV} at (3,3) size 363x39 46 RenderText {#text} at (334,0) size 3 0x2646 RenderText {#text} at (334,0) size 363x26 47 47 text run at (334,0) width 1 RTL: " " 48 48 text run at (334,0) width 29 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!" 49 text run at ( 333,13) width 30: "hello!"50 text run at ( 363,13) width 0: " "49 text run at (0,13) width 30: "hello!" 50 text run at (29,13) width 1: " " 51 51 RenderBR {BR} at (363,26) size 0x13
Note:
See TracChangeset
for help on using the changeset viewer.