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

Side by Side Diff: LayoutTests/platform/win/css1/text_properties/letter_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 1389 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1389
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x1389 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x1389 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x1389 4 LayoutBlockFlow {HTML} at (0,0) size 785x1389
5 LayoutBlockFlow {BODY} at (8,8) size 769x1373 [bgcolor=#CCCCCC] 5 LayoutBlockFlow {BODY} at (8,8) size 769x1373 [bgcolor=#CCCCCC]
6 LayoutBlockFlow {P} at (0,0) size 769x18 6 LayoutBlockFlow {P} at (0,0) size 769x18
7 LayoutText {#text} at (0,0) size 363x17 7 LayoutText {#text} at (0,0) size 363x17
8 text run at (0,0) width 363: "The style declarations which apply to th e text below are:" 8 text run at (0,0) width 363: "The style declarations which apply to th e text below are:"
9 LayoutBlockFlow {PRE} at (0,34) size 769x176 9 LayoutBlockFlow {PRE} at (0,34) size 769x176
10 LayoutText {#text} at (0,0) size 264x176 10 LayoutText {#text} at (0,0) size 264x176
11 text run at (0,0) width 232: ".one {letter-spacing: 0.3in;}" 11 text run at (0,0) width 232: ".one {letter-spacing: 0.3in;}"
12 text run at (232,0) width 0: " " 12 text run at (232,0) width 0: " "
13 text run at (0,16) width 232: ".two {letter-spacing: 0.5cm;}" 13 text run at (0,16) width 232: ".two {letter-spacing: 0.5cm;}"
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 text run at (509,18) width 183: "should show normal spacing" 130 text run at (509,18) width 183: "should show normal spacing"
131 LayoutText {#text} at (692,18) size 9x17 131 LayoutText {#text} at (692,18) size 9x17
132 text run at (692,18) width 9: "." 132 text run at (692,18) width 9: "."
133 LayoutBlockFlow {P} at (4,474) size 747x36 133 LayoutBlockFlow {P} at (4,474) size 747x36
134 LayoutText {#text} at (0,0) size 746x35 134 LayoutText {#text} at (0,0) size 746x35
135 text run at (0,0) width 746: "This letters in this sentence sh ould have normal space between them, since percentage values are not allowed on this" 135 text run at (0,0) width 746: "This letters in this sentence sh ould have normal space between them, since percentage values are not allowed on this"
136 text run at (0,18) width 59: "property." 136 text run at (0,18) width 59: "property."
137 LayoutBlockFlow {P} at (4,526) size 747x18 137 LayoutBlockFlow {P} at (4,526) size 747x18
138 LayoutText {#text} at (0,0) size 581x17 138 LayoutText {#text} at (0,0) size 581x17
139 text run at (0,0) width 581: "This letters in this sentence sh ould have reduced space between them, since negative values are allowed on this property." 139 text run at (0,0) width 581: "This letters in this sentence sh ould have reduced space between them, since negative values are allowed on this property."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698