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

Side by Side Diff: LayoutTests/platform/win-xp/css1/text_properties/word_spacing-expected.txt

Issue 1349473003: Remove DeprecatedPaintLayerFragment::outlineRect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed line, added rebaselines. Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1057 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1057
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x1057 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x1057 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x1057 4 LayoutBlockFlow {HTML} at (0,0) size 785x1057
5 LayoutBlockFlow {BODY} at (8,8) size 769x1041 [bgcolor=#CCCCCC] 5 LayoutBlockFlow {BODY} at (8,8) size 769x1041 [bgcolor=#CCCCCC]
6 LayoutBlockFlow {P} at (0,0) size 769x20 6 LayoutBlockFlow {P} at (0,0) size 769x20
7 LayoutText {#text} at (0,0) size 337x19 7 LayoutText {#text} at (0,0) size 337x19
8 text run at (0,0) width 337: "The style declarations which apply to th e text below are:" 8 text run at (0,0) width 337: "The style declarations which apply to th e text below are:"
9 LayoutBlockFlow {PRE} at (0,36) size 769x192 9 LayoutBlockFlow {PRE} at (0,36) size 769x192
10 LayoutText {#text} at (0,0) size 248x192 10 LayoutText {#text} at (0,0) size 248x192
11 text run at (0,0) width 216: ".one {word-spacing: 0.3in;}" 11 text run at (0,0) width 216: ".one {word-spacing: 0.3in;}"
12 text run at (216,0) width 0: " " 12 text run at (216,0) width 0: " "
13 text run at (0,16) width 216: ".two {word-spacing: 0.5cm;}" 13 text run at (0,16) width 216: ".two {word-spacing: 0.5cm;}"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 LayoutText {#text} at (0,20) size 165x19 108 LayoutText {#text} at (0,20) size 165x19
109 text run at (0,20) width 165: "should have normal spacing" 109 text run at (0,20) width 165: "should have normal spacing"
110 LayoutText {#text} at (165,20) size 4x19 110 LayoutText {#text} at (165,20) size 4x19
111 text run at (165,20) width 4: "." 111 text run at (165,20) width 4: "."
112 LayoutBlockFlow {P} at (4,312) size 747x20 112 LayoutBlockFlow {P} at (4,312) size 747x20
113 LayoutText {#text} at (0,0) size 637x19 113 LayoutText {#text} at (0,0) size 637x19
114 text run at (0,0) width 637: "This sentence should have normal word-spacing, since percentage values are not allowed on this property." 114 text run at (0,0) width 637: "This sentence should have normal word-spacing, since percentage values are not allowed on this property."
115 LayoutBlockFlow {P} at (4,348) size 747x20 115 LayoutBlockFlow {P} at (4,348) size 747x20
116 LayoutText {#text} at (0,0) size 668x19 116 LayoutText {#text} at (0,0) size 668x19
117 text run at (0,0) width 668: "This words in this sentence shou ld have reduced space between them, since negative values are allowed on this pr operty." 117 text run at (0,0) width 668: "This words in this sentence shou ld have reduced space between them, since negative values are allowed on this pr operty."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698