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

Side by Side Diff: LayoutTests/platform/mac/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 997 1 layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 997
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 785x997 backgroundClip at (0,0) size 785x600 clip at (0,0) s ize 785x600 outlineClip at (0,0) size 785x600 3 layer at (0,0) size 785x997 backgroundClip at (0,0) size 785x600 clip at (0,0) s ize 785x600
4 LayoutBlockFlow {HTML} at (0,0) size 785x997 4 LayoutBlockFlow {HTML} at (0,0) size 785x997
5 LayoutBlockFlow {BODY} at (8,8) size 769x981 [bgcolor=#CCCCCC] 5 LayoutBlockFlow {BODY} at (8,8) size 769x981 [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 363x18 7 LayoutText {#text} at (0,0) size 363x18
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 769x180 9 LayoutBlockFlow {PRE} at (0,34) size 769x180
10 LayoutText {#text} at (0,0) size 242x180 10 LayoutText {#text} at (0,0) size 242x180
11 text run at (0,0) width 211: ".one {word-spacing: 0.3in;}" 11 text run at (0,0) width 211: ".one {word-spacing: 0.3in;}"
12 text run at (210,0) width 1: " " 12 text run at (210,0) width 1: " "
13 text run at (0,15) width 211: ".two {word-spacing: 0.5cm;}" 13 text run at (0,15) width 211: ".two {word-spacing: 0.5cm;}"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 LayoutText {#text} at (64,18) size 180x18 108 LayoutText {#text} at (64,18) size 180x18
109 text run at (64,18) width 180: "should have normal spacing" 109 text run at (64,18) width 180: "should have normal spacing"
110 LayoutText {#text} at (243,18) size 5x18 110 LayoutText {#text} at (243,18) size 5x18
111 text run at (243,18) width 5: "." 111 text run at (243,18) width 5: "."
112 LayoutBlockFlow {P} at (4,294) size 747x18 112 LayoutBlockFlow {P} at (4,294) size 747x18
113 LayoutText {#text} at (0,0) size 680x18 113 LayoutText {#text} at (0,0) size 680x18
114 text run at (0,0) width 680: "This sentence should have normal word-spacing, since percentage values are not allowed on this property." 114 text run at (0,0) width 680: "This sentence should have normal word-spacing, since percentage values are not allowed on this property."
115 LayoutBlockFlow {P} at (4,328) size 747x18 115 LayoutBlockFlow {P} at (4,328) size 747x18
116 LayoutText {#text} at (0,0) size 717x18 116 LayoutText {#text} at (0,0) size 717x18
117 text run at (0,0) width 717: "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 717: "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