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

Side by Side Diff: LayoutTests/platform/win-xp/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 1461 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 1461
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x1461 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x1461 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x1461 4 LayoutBlockFlow {HTML} at (0,0) size 785x1461
5 LayoutBlockFlow {BODY} at (8,8) size 769x1445 [bgcolor=#CCCCCC] 5 LayoutBlockFlow {BODY} at (8,8) size 769x1445 [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 769x176 9 LayoutBlockFlow {PRE} at (0,36) 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 text run at (424,20) width 169: "should show normal spacing" 129 text run at (424,20) width 169: "should show normal spacing"
130 LayoutText {#text} at (593,20) size 9x19 130 LayoutText {#text} at (593,20) size 9x19
131 text run at (593,20) width 9: "." 131 text run at (593,20) width 9: "."
132 LayoutBlockFlow {P} at (4,512) size 747x40 132 LayoutBlockFlow {P} at (4,512) size 747x40
133 LayoutText {#text} at (0,0) size 695x39 133 LayoutText {#text} at (0,0) size 695x39
134 text run at (0,0) width 695: "This letters in this sentence sh ould have normal space between them, since percentage values are not allowed on this" 134 text run at (0,0) width 695: "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,20) width 56: "property." 135 text run at (0,20) width 56: "property."
136 LayoutBlockFlow {P} at (4,568) size 747x20 136 LayoutBlockFlow {P} at (4,568) size 747x20
137 LayoutText {#text} at (0,0) size 530x19 137 LayoutText {#text} at (0,0) size 530x19
138 text run at (0,0) width 530: "This letters in this sentence sh ould have reduced space between them, since negative values are allowed on this property." 138 text run at (0,0) width 530: "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