Changeset 60074 in webkit


Ignore:
Timestamp:
May 24, 2010 11:10:50 AM (14 years ago)
Author:
hamaji@chromium.org
Message:

2010-05-24 Shinichiro Hamaji <hamaji@chromium.org>

Unreviewed broken Qt test fix.

0x5C of EUC-JP is not Yen Sign but U+005C
https://bugs.webkit.org/show_bug.cgi?id=24906

  • platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
  • platform/qt/fast/text/backslash-to-yen-sign-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r60073 r60074  
     12010-05-24  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Unreviewed broken Qt test fix.
     4
     5        0x5C of EUC-JP is not Yen Sign but U+005C
     6        https://bugs.webkit.org/show_bug.cgi?id=24906
     7
     8        * platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
     9        * platform/qt/fast/text/backslash-to-yen-sign-expected.txt:
     10
    1112010-05-24  Sheriff Bot  <webkit.review.bot@gmail.com>
    212
  • trunk/LayoutTests/platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.txt

    r60063 r60074  
    88          text run at (0,0) width 200: "This should be a yen-sign: \x{A5}"
    99      RenderBlock {DIV} at (0,20) size 784x21
    10         RenderText {#text} at (0,0) size 195x21
    11           text run at (0,0) width 195: "This should be a backslash: \\"
     10        RenderText {#text} at (0,0) size 194x21
     11          text run at (0,0) width 194: "This should be a backslash: \\"
  • trunk/LayoutTests/platform/qt/fast/text/backslash-to-yen-sign-expected.txt

    r60063 r60074  
    55    RenderBody {BODY} at (8,8) size 784x261
    66      RenderBlock {DIV} at (0,0) size 784x20
    7         RenderText {#text} at (0,0) size 352x20
    8           text run at (0,0) width 352: "No font is specified. expected: backslash, actual: \\"
     7        RenderText {#text} at (0,0) size 351x20
     8          text run at (0,0) width 351: "No font is specified. expected: backslash, actual: \\"
    99      RenderBlock {DIV} at (0,20) size 784x20
    1010        RenderText {#text} at (0,0) size 382x20
     
    3838          text run at (0,0) width 313: "Using font \"\x{30E1}\x{30A4}\x{30EA}\x{30AA}\". expected: yen sign, actual: \x{A5}"
    3939      RenderBlock {DIV} at (0,220) size 784x21
    40         RenderText {#text} at (0,0) size 339x21
    41           text run at (0,0) width 339: "Using font \"Times\". expected: backslash, actual: \\"
     40        RenderText {#text} at (0,0) size 337x21
     41          text run at (0,0) width 337: "Using font \"Times\". expected: backslash, actual: \\"
    4242      RenderBlock {DIV} at (0,241) size 784x20
    43         RenderText {#text} at (0,0) size 350x20
    44           text run at (0,0) width 350: "Using font \"foobar\". expected: backslash, actual: \\"
     43        RenderText {#text} at (0,0) size 349x20
     44          text run at (0,0) width 349: "Using font \"foobar\". expected: backslash, actual: \\"
Note: See TracChangeset for help on using the changeset viewer.