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

Side by Side Diff: LayoutTests/css1/box_properties/border_style_inline-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
(Empty)
1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC]
6 RenderBlock {P} at (0,0) size 784x18
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:"
9 RenderBlock {PRE} at (0,34) size 784x45
10 RenderText {#text} at (0,0) size 568x45
11 text run at (0,0) width 560: ".one {border-style: dashed; border-color : black; border-width: thick;}"
12 text run at (560,0) width 0: " "
13 text run at (0,15) width 544: ".two {border-style: groove; border-colo r: red; border-width: thick;}"
14 text run at (544,15) width 0: " "
15 text run at (0,30) width 568: ".three {border-style: none; border-colo r: purple; border-width: thick;}"
16 text run at (568,30) width 0: " "
17 RenderBlock {HR} at (0,92) size 784x2 [border: (1px inset #000000)]
18 RenderBlock {P} at (0,110) size 784x54 [bgcolor=#C0C0C0]
19 RenderText {#text} at (0,0) size 664x18
20 text run at (0,0) width 664: "This is an unstyled element, save for th e background color, and it contains inline elements with classes of "
21 RenderInline {SPAN} at (0,0) size 67x28 [border: (5px dashed #000000)]
22 RenderText {#text} at (669,0) size 57x18
23 text run at (669,0) width 57: "class one"
24 RenderText {#text} at (731,0) size 778x36
25 text run at (731,0) width 47: ", which"
26 text run at (0,18) width 263: "will result in a dashed thick black bor der; "
27 RenderInline {SPAN} at (0,0) size 68x28 [border: (5px groove #FF0000)]
28 RenderText {#text} at (268,18) size 58x18
29 text run at (268,18) width 58: "class two"
30 RenderText {#text} at (331,18) size 373x18
31 text run at (331,18) width 373: ", which should result in a grooved th ick purple border, and "
32 RenderInline {SPAN} at (0,0) size 65x18
33 RenderText {#text} at (704,18) size 65x18
34 text run at (704,18) width 65: "class three"
35 RenderText {#text} at (769,18) size 773x36
36 text run at (769,18) width 4: ","
37 text run at (0,36) width 246: "which should result in no border at all . "
38 text run at (246,36) width 433: "The line-height of the parent element should not change, on any line."
39 RenderTable {TABLE} at (0,180) size 784x90 [border: (1px outset #808080)]
40 RenderTableSection {TBODY} at (1,1) size 782x88
41 RenderTableRow {TR} at (0,0) size 782x26
42 RenderTableCell {TD} at (0,0) size 782x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
43 RenderInline {STRONG} at (0,0) size 163x18
44 RenderText {#text} at (4,4) size 163x18
45 text run at (4,4) width 163: "TABLE Testing Section"
46 RenderTableRow {TR} at (0,26) size 782x62
47 RenderTableCell {TD} at (0,44) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
48 RenderText {#text} at (4,4) size 4x18
49 text run at (4,4) width 4: " "
50 RenderTableCell {TD} at (12,26) size 770x62 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=1]
51 RenderBlock {P} at (4,4) size 762x54 [bgcolor=#C0C0C0]
52 RenderText {#text} at (0,0) size 664x18
53 text run at (0,0) width 664: "This is an unstyled element, sav e for the background color, and it contains inline elements with classes of "
54 RenderInline {SPAN} at (0,0) size 67x28 [border: (5px dashed #00 0000)]
55 RenderText {#text} at (669,0) size 57x18
56 text run at (669,0) width 57: "class one"
57 RenderText {#text} at (731,0) size 735x36
58 text run at (731,0) width 4: ","
59 text run at (0,18) width 306: "which will result in a dashed t hick black border; "
60 RenderInline {SPAN} at (0,0) size 68x28 [border: (5px groove #FF 0000)]
61 RenderText {#text} at (311,18) size 58x18
62 text run at (311,18) width 58: "class two"
63 RenderText {#text} at (374,18) size 369x18
64 text run at (374,18) width 369: ", which should result in a gr ooved thick purple border, and"
65 RenderInline {SPAN} at (0,0) size 65x18
66 RenderText {#text} at (0,36) size 65x18
67 text run at (0,36) width 65: "class three"
68 RenderText {#text} at (65,36) size 687x18
69 text run at (65,36) width 254: ", which should result in no bo rder at all. "
70 text run at (319,36) width 433: "The line-height of the parent element should not change, on any line."
OLDNEW
« no previous file with comments | « LayoutTests/css1/box_properties/border_style-expected.txt ('k') | LayoutTests/css1/box_properties/border_top-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698