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

Side by Side Diff: LayoutTests/platform/win/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 784x20 [color=#008000] 6 RenderBlock {P} at (0,0) size 784x20 [color=#008000]
7 RenderText {#text} at (0,0) size 337x19 7 RenderText {#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 RenderBlock {PRE} at (0,36) size 784x64 9 RenderBlock {PRE} at (0,36) size 784x64
10 RenderText {#text} at (0,0) size 232x64 10 RenderText {#text} at (0,0) size 232x64
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,16) width 120: "P {color: red;}" 13 text run at (0,16) width 120: "P {color: red;}"
14 text run at (120,16) width 0: " " 14 text run at (120,16) width 0: " "
15 text run at (0,32) width 176: "P#id1 {color: purple;}" 15 text run at (0,32) width 176: "P#id1 {color: purple;}"
16 text run at (176,32) width 0: " " 16 text run at (176,32) width 0: " "
17 text run at (0,48) width 0: " " 17 text run at (0,48) width 0: " "
18 RenderBlock {HR} at (0,113) size 784x2 [border: (1px inset #000000)] 18 RenderBlock {HR} at (0,113) size 784x2 [border: (1px inset #EEEEEE)]
19 RenderBlock {P} at (0,131) size 784x40 [color=#008000] 19 RenderBlock {P} at (0,131) size 784x40 [color=#008000]
20 RenderText {#text} at (0,0) size 755x39 20 RenderText {#text} at (0,0) size 755x39
21 text run at (0,0) width 755: "This sentence should be green, because t he declaration marked important should override any other normal declaration for the" 21 text run at (0,0) width 755: "This sentence should be green, because t he declaration marked important should override any other normal declaration for the"
22 text run at (0,20) width 315: "same element, even if it occurs later i n the stylesheet." 22 text run at (0,20) width 315: "same element, even if it occurs later i n the stylesheet."
23 RenderBlock {P} at (0,187) size 784x40 [color=#008000] 23 RenderBlock {P} at (0,187) size 784x40 [color=#008000]
24 RenderText {#text} at (0,0) size 381x19 24 RenderText {#text} at (0,0) size 381x19
25 text run at (0,0) width 381: "This sentence should also be green, even though it has an ID of " 25 text run at (0,0) width 381: "This sentence should also be green, even though it has an ID of "
26 RenderInline {TT} at (0,0) size 24x16 26 RenderInline {TT} at (0,0) size 24x16
27 RenderText {#text} at (381,3) size 24x16 27 RenderText {#text} at (381,3) size 24x16
28 text run at (381,3) width 24: "id1" 28 text run at (381,3) width 24: "id1"
(...skipping 30 matching lines...) Expand all
59 text run at (381,3) width 24: "id1" 59 text run at (381,3) width 24: "id1"
60 RenderText {#text} at (405,0) size 738x39 60 RenderText {#text} at (405,0) size 738x39
61 text run at (405,0) width 242: ", which would ordinarily make it purple. " 61 text run at (405,0) width 242: ", which would ordinarily make it purple. "
62 text run at (647,0) width 91: "This is because" 62 text run at (647,0) width 91: "This is because"
63 text run at (0,20) width 611: "declarations marked important h ave more weight than normal declarations given in a STYLE attribute." 63 text run at (0,20) width 611: "declarations marked important h ave more weight than normal declarations given in a STYLE attribute."
64 RenderBlock {P} at (4,116) size 762x40 [color=#008000] 64 RenderBlock {P} at (4,116) size 762x40 [color=#008000]
65 RenderText {#text} at (0,0) size 741x39 65 RenderText {#text} at (0,0) size 741x39
66 text run at (0,0) width 574: "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 574: "This sentence should also be gre en, even though it has a STYLE attribute declaring it to be red. "
67 text run at (574,0) width 167: "This is because declarations" 67 text run at (574,0) width 167: "This is because declarations"
68 text run at (0,20) width 535: "marked important have more weig ht than normal declarations given in a STYLE attribute." 68 text run at (0,20) width 535: "marked important have more weig ht than normal declarations given in a STYLE attribute."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698