diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 07:31:38 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 07:31:38 +0000 |
commit | 733f782f23aec639db43edead4aaad7b9b82adac (patch) | |
tree | 5fed21d1d39127ccef91500f56040f590a713d56 /webkit | |
parent | 5d246db2292523a348d975ca9d65e786389df14f (diff) | |
download | chromium_src-733f782f23aec639db43edead4aaad7b9b82adac.zip chromium_src-733f782f23aec639db43edead4aaad7b9b82adac.tar.gz chromium_src-733f782f23aec639db43edead4aaad7b9b82adac.tar.bz2 |
Rebaseline line-breaks.html for Windows XP.
Times New Roman of Windows XP doens't have a glyph for U+1E3F though
Windows Vista has. It makes different results for U+1E3F rendering.
BUG=25617
TEST=none
Review URL: http://codereview.chromium.org/333025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30173 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
4 files changed, 38 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.checksum b/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.checksum new file mode 100644 index 0000000..71d9766 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.checksum @@ -0,0 +1 @@ +0a0dfaaf02562488866ab9eac9c515ab
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.png b/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.png Binary files differnew file mode 100644 index 0000000..6e90484 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.txt b/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.txt new file mode 100644 index 0000000..03ebd63 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win-xp/LayoutTests/fast/text/line-breaks-expected.txt @@ -0,0 +1,37 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x486 + RenderBlock {HTML} at (0,0) size 800x486 + RenderBody {BODY} at (8,8) size 784x457 + RenderBlock (anonymous) at (0,0) size 784x20 + RenderText {#text} at (0,0) size 76x19 + text run at (0,0) width 76: "This is good:" + RenderBlock {DIV} at (0,41) size 100x50 + RenderBlock {P} at (0,0) size 100x50 [border: (1px solid #008000)] + RenderText {#text} at (44,1) size 55x47 + text run at (44,1) width 55: "Lorem" + text run at (48,25) width 51: "ipsum" + RenderBlock (anonymous) at (0,112) size 784x20 + RenderText {#text} at (0,0) size 264x19 + text run at (0,0) width 264: "The following three should look like \x{201C}good\x{201D}:" + RenderBlock {DIV} at (0,153) size 100x192 + RenderBlock {P} at (0,0) size 100x50 [border: (1px solid #0000FF)] + RenderText {#text} at (44,1) size 55x47 + text run at (44,1) width 55: "Lorem" + text run at (48,25) width 51: "\x{131}psum" + RenderBlock {P} at (0,71) size 100x50 [border: (1px solid #0000FF)] + RenderText {#text} at (44,1) size 55x47 + text run at (44,1) width 55: "Lorem" + text run at (48,25) width 51: "\x{131}psum" + RenderBlock {P} at (0,142) size 100x50 [border: (1px solid #0000FF)] + RenderText {#text} at (42,1) size 57x47 + text run at (42,1) width 57: "Lore\x{1E3F}" + text run at (48,25) width 51: "ipsum" + RenderBlock (anonymous) at (0,366) size 784x20 + RenderText {#text} at (0,0) size 68x19 + text run at (0,0) width 68: "This is bad:" + RenderBlock {DIV} at (0,407) size 100x50 + RenderBlock {P} at (0,0) size 100x50 [border: (1px solid #FF0000)] + RenderText {#text} at (39,1) size 60x47 + text run at (39,1) width 60: "Lorem " + text run at (48,25) width 51: "ipsum" diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 8aff20c..0017f3a 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3047,8 +3047,6 @@ BUG21841 MAC RELEASE : LayoutTests/plugins/destroy-during-npp-new.html = FAIL BUG21841 MAC DEBUG SLOW : LayoutTests/plugins/destroy-during-npp-new.html = FAIL BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PASS -BUG25617 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL -BUG25617 WIN-XP DEBUG SLOW : LayoutTests/fast/text/line-breaks.html = FAIL BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL // WK roll 48388:48399 (brettw) |