Changeset 164872 in webkit


Ignore:
Timestamp:
Feb 28, 2014 10:58:07 AM (10 years ago)
Author:
ap@apple.com
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).

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r164871 r164872  
     12014-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
    192014-02-28  Andreas Kling  <akling@apple.com>
    210
  • trunk/LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt

    r158041 r164872  
    1717  RenderTextControl {TEXTAREA} at (2,2) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1818    RenderBlock {DIV} at (3,3) size 363x39
    19       RenderText {#text} at (334,0) size 30x26
     19      RenderText {#text} at (334,0) size 363x26
    2020        text run at (334,0) width 1 RTL: " "
    2121        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: " "
    2424      RenderBR {BR} at (363,26) size 0x13
    2525layer at (10,112) size 369x58 clip at (11,113) size 367x56
    2626  RenderTextControl {TEXTAREA} at (2,68) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2727    RenderBlock {DIV} at (3,3) size 363x39
    28       RenderText {#text} at (0,0) size 30x26
    29         text run at (0,0) width 0 RTL: " "
    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}!"
    3131        text run at (0,13) width 30: "hello!"
    3232        text run at (29,13) width 1: " "
     
    3535  RenderTextControl {TEXTAREA} at (2,134) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3636    RenderBlock {DIV} at (3,3) size 363x39
    37       RenderText {#text} at (0,0) size 30x26
    38         text run at (0,0) width 0 RTL: " "
    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}!"
    4040        text run at (0,13) width 30: "hello!"
    4141        text run at (29,13) width 1: " "
     
    4444  RenderTextControl {TEXTAREA} at (2,200) size 369x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4545    RenderBlock {DIV} at (3,3) size 363x39
    46       RenderText {#text} at (334,0) size 30x26
     46      RenderText {#text} at (334,0) size 363x26
    4747        text run at (334,0) width 1 RTL: " "
    4848        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: " "
    5151      RenderBR {BR} at (363,26) size 0x13
Note: See TracChangeset for help on using the changeset viewer.