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

Side by Side Diff: LayoutTests/platform/mac/css1/cascade/important-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 [color=#008000] 6 RenderBlock {P} at (0,0) size 784x18 [color=#008000]
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 784x60 9 RenderBlock {PRE} at (0,34) size 784x60
10 RenderText {#text} at (0,0) size 232x60 10 RenderText {#text} at (0,0) size 232x60
11 text run at (0,0) width 232: "P {color: green ! important;}" 11 text run at (0,0) width 232: "P {color: green ! important;}"
12 text run at (232,0) width 0: " " 12 text run at (232,0) width 0: " "
13 text run at (0,15) width 120: "P {color: red;}" 13 text run at (0,15) width 120: "P {color: red;}"
14 text run at (120,15) width 0: " " 14 text run at (120,15) width 0: " "
15 text run at (0,30) width 176: "P#id1 {color: purple;}" 15 text run at (0,30) width 176: "P#id1 {color: purple;}"
16 text run at (176,30) width 0: " " 16 text run at (176,30) width 0: " "
17 text run at (0,45) width 0: " " 17 text run at (0,45) width 0: " "
18 RenderBlock {HR} at (0,107) size 784x2 [border: (1px inset #000000)] 18 RenderBlock {HR} at (0,107) size 784x2 [border: (1px inset #EEEEEE)]
19 RenderBlock {P} at (0,125) size 784x36 [color=#008000] 19 RenderBlock {P} at (0,125) size 784x36 [color=#008000]
20 RenderText {#text} at (0,0) size 767x36 20 RenderText {#text} at (0,0) size 767x36
21 text run at (0,0) width 767: "This sentence should be green, because t he declaration marked important should override any other normal declaration for " 21 text run at (0,0) width 767: "This sentence should be green, because t he declaration marked important should override any other normal declaration for "
22 text run at (0,18) width 355: "the same element, even if it occurs lat er in the stylesheet." 22 text run at (0,18) width 355: "the same element, even if it occurs lat er in the stylesheet."
23 RenderBlock {P} at (0,177) size 784x36 [color=#008000] 23 RenderBlock {P} at (0,177) size 784x36 [color=#008000]
24 RenderText {#text} at (0,0) size 403x18 24 RenderText {#text} at (0,0) size 403x18
25 text run at (0,0) width 403: "This sentence should also be green, even though it has an ID of " 25 text run at (0,0) width 403: "This sentence should also be green, even though it has an ID of "
26 RenderInline {TT} at (0,0) size 24x15 26 RenderInline {TT} at (0,0) size 24x15
27 RenderText {#text} at (403,2) size 24x15 27 RenderText {#text} at (403,2) size 24x15
28 text run at (403,2) width 24: "id1" 28 text run at (403,2) width 24: "id1"
(...skipping 30 matching lines...) Expand all
59 text run at (403,2) width 24: "id1" 59 text run at (403,2) width 24: "id1"
60 RenderText {#text} at (427,0) size 727x36 60 RenderText {#text} at (427,0) size 727x36
61 text run at (427,0) width 258: ", which would ordinarily make it purple. " 61 text run at (427,0) width 258: ", which would ordinarily make it purple. "
62 text run at (685,0) width 42: "This is" 62 text run at (685,0) width 42: "This is"
63 text run at (0,18) width 699: "because declarations marked imp ortant have more weight than normal declarations given in a STYLE attribute." 63 text run at (0,18) width 699: "because declarations marked imp ortant have more weight than normal declarations given in a STYLE attribute."
64 RenderBlock {P} at (4,108) size 762x36 [color=#008000] 64 RenderBlock {P} at (4,108) size 762x36 [color=#008000]
65 RenderText {#text} at (0,0) size 700x36 65 RenderText {#text} at (0,0) size 700x36
66 text run at (0,0) width 604: "This sentence should also be gre en, even though it has a STYLE attribute declaring it to be red. " 66 text run at (0,0) width 604: "This sentence should also be gre en, even though it has a STYLE attribute declaring it to be red. "
67 text run at (604,0) width 96: "This is because" 67 text run at (604,0) width 96: "This is because"
68 text run at (0,18) width 645: "declarations marked important h ave more weight than normal declarations given in a STYLE attribute." 68 text run at (0,18) width 645: "declarations marked important h ave more weight than normal declarations given in a STYLE attribute."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698