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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/css1/classification/white_space-expected.txt

Issue 1871653003: Revert of Segment strings on dot and comma in addition to space and tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/platform/win/css1/classification/white_space-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/css1/classification/white_space-expected.txt b/third_party/WebKit/LayoutTests/platform/win/css1/classification/white_space-expected.txt
index 69d91dd145ae4756e107e9c4fba7bad0182166f5..a35b6702e4f0f2f2bca8c69dda59fac3b054804a 100644
--- a/third_party/WebKit/LayoutTests/platform/win/css1/classification/white_space-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/css1/classification/white_space-expected.txt
@@ -17,10 +17,10 @@ layer at (0,0) size 800x600
text run at (0,48) width 0: " "
LayoutBlockFlow {HR} at (0,111) size 784x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,129) size 784x90
- LayoutText {#text} at (0,0) size 577x89
+ LayoutText {#text} at (0,0) size 576x89
text run at (0,0) width 0: " "
- text run at (0,18) width 577: "This sentence should show extra space where there would ordinarily not be any."
- text run at (576,18) width 1: " "
+ text run at (0,18) width 576: "This sentence should show extra space where there would ordinarily not be any."
+ text run at (575,18) width 1: " "
text run at (0,36) width 302: " There should also be preservation of returns"
text run at (301,36) width 1: " "
text run at (0,54) width 100: "as this sentence"
@@ -54,10 +54,10 @@ layer at (0,0) size 800x600
text run at (4,4) width 4: " "
LayoutTableCell {TD} at (12,26) size 914x184 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {P} at (4,4) size 906x90
- LayoutText {#text} at (0,0) size 577x89
+ LayoutText {#text} at (0,0) size 576x89
text run at (0,0) width 0: " "
- text run at (0,18) width 577: "This sentence should show extra space where there would ordinarily not be any."
- text run at (576,18) width 1: " "
+ text run at (0,18) width 576: "This sentence should show extra space where there would ordinarily not be any."
+ text run at (575,18) width 1: " "
text run at (0,36) width 302: " There should also be preservation of returns"
text run at (301,36) width 1: " "
text run at (0,54) width 100: "as this sentence"

Powered by Google App Engine
This is Rietveld 408576698