Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(995)

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt

Issue 42092: Rebaseline WebKit tests as a result of the merge. These are the same tests... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt (revision 11482)
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt (working copy)
@@ -32,7 +32,8 @@
text run at (216,0) width 3: ":"
RenderBlock {PRE} at (0,110) size 42x32 [bgcolor=#C0C0C0]
RenderText {#text} at (0,0) size 42x32
- text run at (0,0) width 42: "foo "
+ text run at (0,0) width 24: "foo"
+ text run at (24,0) width 18: " "
text run at (0,16) width 24: "bar"
RenderBlock {P} at (0,158) size 769x20
RenderText {#text} at (0,0) size 34x19
@@ -105,7 +106,8 @@
text run at (0,48) width 24: "bar"
RenderBlock {PRE} at (0,737) size 42x64 [bgcolor=#C0C0C0]
RenderText {#text} at (0,0) size 32x64
- text run at (0,0) width 32: "foo "
+ text run at (0,0) width 24: "foo"
+ text run at (24,0) width 8: " "
text run at (0,16) width 24: "baz"
text run at (24,16) width 0: " "
text run at (0,32) width 24: " "

Powered by Google App Engine
This is Rietveld 408576698