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

Side by Side Diff: LayoutTests/platform/mac/css1/text_properties/text_align-expected.txt

Issue 20066006: Auto-rebaseline for r154767 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC] 5 RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC]
6 RenderBlock {P} at (0,0) size 784x18 6 RenderBlock {P} at (0,0) size 784x18
7 RenderText {#text} at (0,0) size 355x18 7 RenderText {#text} at (0,0) size 355x18
8 text run at (0,0) width 355: "The style declarations which apply to th e text below are:" 8 text run at (0,0) width 355: "The style declarations which apply to th e text below are:"
9 RenderBlock {PRE} at (0,34) size 784x75 9 RenderBlock {PRE} at (0,34) size 784x75
10 RenderText {#text} at (0,0) size 224x75 10 RenderText {#text} at (0,0) size 224x75
11 text run at (0,0) width 192: ".one {text-align: left;}" 11 text run at (0,0) width 192: ".one {text-align: left;}"
12 text run at (192,0) width 0: " " 12 text run at (192,0) width 0: " "
13 text run at (0,15) width 200: ".two {text-align: right;}" 13 text run at (0,15) width 200: ".two {text-align: right;}"
14 text run at (200,15) width 0: " " 14 text run at (200,15) width 0: " "
15 text run at (0,30) width 224: ".three {text-align: center;}" 15 text run at (0,30) width 224: ".three {text-align: center;}"
16 text run at (224,30) width 0: " " 16 text run at (224,30) width 0: " "
17 text run at (0,45) width 224: ".four {text-align: justify;}" 17 text run at (0,45) width 224: ".four {text-align: justify;}"
18 text run at (224,45) width 0: " " 18 text run at (224,45) width 0: " "
19 text run at (0,60) width 0: " " 19 text run at (0,60) width 0: " "
20 RenderBlock {HR} at (0,122) size 784x2 [border: (1px inset #000000)] 20 RenderBlock {HR} at (0,122) size 784x2 [border: (1px inset #EEEEEE)]
21 RenderBlock {P} at (0,140) size 784x18 21 RenderBlock {P} at (0,140) size 784x18
22 RenderText {#text} at (0,0) size 234x18 22 RenderText {#text} at (0,0) size 234x18
23 text run at (0,0) width 234: "This sentence should be left-justified." 23 text run at (0,0) width 234: "This sentence should be left-justified."
24 RenderBlock {P} at (0,174) size 784x18 24 RenderBlock {P} at (0,174) size 784x18
25 RenderText {#text} at (541,0) size 243x18 25 RenderText {#text} at (541,0) size 243x18
26 text run at (541,0) width 243: "This sentence should be right-justifie d." 26 text run at (541,0) width 243: "This sentence should be right-justifie d."
27 RenderBlock {P} at (0,208) size 784x18 27 RenderBlock {P} at (0,208) size 784x18
28 RenderText {#text} at (286,0) size 212x18 28 RenderText {#text} at (286,0) size 212x18
29 text run at (286,0) width 212: "This sentence should be centered." 29 text run at (286,0) width 212: "This sentence should be centered."
30 RenderBlock {P} at (0,242) size 784x54 30 RenderBlock {P} at (0,242) size 784x54
(...skipping 20 matching lines...) Expand all
51 RenderText {#text} at (519,0) size 243x18 51 RenderText {#text} at (519,0) size 243x18
52 text run at (519,0) width 243: "This sentence should be right- justified." 52 text run at (519,0) width 243: "This sentence should be right- justified."
53 RenderBlock {P} at (4,72) size 762x18 53 RenderBlock {P} at (4,72) size 762x18
54 RenderText {#text} at (275,0) size 212x18 54 RenderText {#text} at (275,0) size 212x18
55 text run at (275,0) width 212: "This sentence should be center ed." 55 text run at (275,0) width 212: "This sentence should be center ed."
56 RenderBlock {P} at (4,106) size 762x54 56 RenderBlock {P} at (4,106) size 762x54
57 RenderText {#text} at (0,0) size 762x54 57 RenderText {#text} at (0,0) size 762x54
58 text run at (0,0) width 762: "This sentence should be fully ju stified, which means that the right and left margins of this paragraph should li ne up, no" 58 text run at (0,0) width 762: "This sentence should be fully ju stified, which means that the right and left margins of this paragraph should li ne up, no"
59 text run at (0,18) width 762: "matter how long the paragraph b ecomes; the exception, of course, is the last line, which should be left-justifi ed in" 59 text run at (0,18) width 762: "matter how long the paragraph b ecomes; the exception, of course, is the last line, which should be left-justifi ed in"
60 text run at (0,36) width 123: "Western languages." 60 text run at (0,36) width 123: "Western languages."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698