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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css1/text_properties/word_spacing-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/linux/css1/text_properties/word_spacing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css1/text_properties/word_spacing-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css1/text_properties/word_spacing-expected.txt
index 565c889c8514ae4134870558d7200366e60d13a6..56d4bced5386ba30e57fa20230a7064b7db008e9 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css1/text_properties/word_spacing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css1/text_properties/word_spacing-expected.txt
@@ -63,11 +63,11 @@ layer at (0,0) size 785x1057 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutText {#text} at (122,20) size 4x19
text run at (122,20) width 4: "."
LayoutBlockFlow {P} at (0,567) size 769x20
- LayoutText {#text} at (0,0) size 637x19
- text run at (0,0) width 637: "This sentence should have normal word-spacing, since percentage values are not allowed on this property."
+ LayoutText {#text} at (0,0) size 636x19
+ text run at (0,0) width 636: "This sentence should have normal word-spacing, since percentage values are not allowed on this property."
LayoutBlockFlow {P} at (0,603) size 769x20
- LayoutText {#text} at (0,0) size 668x19
- text run at (0,0) width 668: "This words in this sentence should have reduced space between them, since negative values are allowed on this property."
+ LayoutText {#text} at (0,0) size 667x19
+ text run at (0,0) width 667: "This words in this sentence should have reduced space between them, since negative values are allowed on this property."
LayoutTable {TABLE} at (0,639) size 769x402 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 767x400
LayoutTableRow {TR} at (0,0) size 767x28
@@ -110,8 +110,8 @@ layer at (0,0) size 785x1057 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutText {#text} at (165,20) size 4x19
text run at (165,20) width 4: "."
LayoutBlockFlow {P} at (4,312) size 747x20
- LayoutText {#text} at (0,0) size 637x19
- text run at (0,0) width 637: "This sentence should have normal word-spacing, since percentage values are not allowed on this property."
+ LayoutText {#text} at (0,0) size 636x19
+ text run at (0,0) width 636: "This sentence should have normal word-spacing, since percentage values are not allowed on this property."
LayoutBlockFlow {P} at (4,348) size 747x20
- LayoutText {#text} at (0,0) size 668x19
- text run at (0,0) width 668: "This words in this sentence should have reduced space between them, since negative values are allowed on this property."
+ LayoutText {#text} at (0,0) size 667x19
+ text run at (0,0) width 667: "This words in this sentence should have reduced space between them, since negative values are allowed on this property."

Powered by Google App Engine
This is Rietveld 408576698