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

Unified Diff: LayoutTests/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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css1/cascade/important-expected.txt
diff --git a/LayoutTests/css1/cascade/important-expected.txt b/LayoutTests/css1/cascade/important-expected.txt
deleted file mode 100644
index 2a5945ee6c602a23d6c973efef0f4da5f1633568..0000000000000000000000000000000000000000
--- a/LayoutTests/css1/cascade/important-expected.txt
+++ /dev/null
@@ -1,68 +0,0 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC]
- RenderBlock {P} at (0,0) size 784x18 [color=#008000]
- RenderText {#text} at (0,0) size 355x18
- text run at (0,0) width 355: "The style declarations which apply to the text below are:"
- RenderBlock {PRE} at (0,34) size 784x60
- RenderText {#text} at (0,0) size 232x60
- text run at (0,0) width 232: "P {color: green ! important;}"
- text run at (232,0) width 0: " "
- text run at (0,15) width 120: "P {color: red;}"
- text run at (120,15) width 0: " "
- text run at (0,30) width 176: "P#id1 {color: purple;}"
- text run at (176,30) width 0: " "
- text run at (0,45) width 0: " "
- RenderBlock {HR} at (0,107) size 784x2 [border: (1px inset #000000)]
- RenderBlock {P} at (0,125) size 784x36 [color=#008000]
- RenderText {#text} at (0,0) size 767x36
- text run at (0,0) width 767: "This sentence should be green, because the declaration marked important should override any other normal declaration for"
- text run at (0,18) width 355: "the same element, even if it occurs later in the stylesheet."
- RenderBlock {P} at (0,177) size 784x36 [color=#008000]
- RenderText {#text} at (0,0) size 403x18
- text run at (0,0) width 403: "This sentence should also be green, even though it has an ID of "
- RenderInline {TT} at (0,0) size 24x15
- RenderText {#text} at (403,2) size 24x15
- text run at (403,2) width 24: "id1"
- RenderText {#text} at (427,0) size 781x36
- text run at (427,0) width 258: ", which would ordinarily make it purple. "
- text run at (685,0) width 96: "This is because"
- text run at (0,18) width 645: "declarations marked important have more weight than normal declarations given in a STYLE attribute."
- RenderBlock {P} at (0,229) size 784x36 [color=#008000]
- RenderText {#text} at (0,0) size 779x36
- text run at (0,0) width 604: "This sentence should also be green, even though it has a STYLE attribute declaring it to be red. "
- text run at (604,0) width 175: "This is because declarations"
- text run at (0,18) width 566: "marked important have more weight than normal declarations given in a STYLE attribute."
- RenderTable {TABLE} at (0,281) size 784x176 [border: (1px outset #808080)]
- RenderTableSection {TBODY} at (1,1) size 782x174
- RenderTableRow {TR} at (0,0) size 782x26
- RenderTableCell {TD} at (0,0) size 782x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
- RenderInline {STRONG} at (0,0) size 163x18
- RenderText {#text} at (4,4) size 163x18
- text run at (4,4) width 163: "TABLE Testing Section"
- RenderTableRow {TR} at (0,26) size 782x148
- RenderTableCell {TD} at (0,87) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (4,4) size 4x18
- text run at (4,4) width 4: " "
- RenderTableCell {TD} at (12,26) size 770x148 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderBlock {P} at (4,4) size 762x36 [color=#008000]
- RenderText {#text} at (0,0) size 745x36
- text run at (0,0) width 745: "This sentence should be green, because the declaration marked important should override any other normal declaration"
- text run at (0,18) width 377: "for the same element, even if it occurs later in the stylesheet."
- RenderBlock {P} at (4,56) size 762x36 [color=#008000]
- RenderText {#text} at (0,0) size 403x18
- text run at (0,0) width 403: "This sentence should also be green, even though it has an ID of "
- RenderInline {TT} at (0,0) size 24x15
- RenderText {#text} at (403,2) size 24x15
- text run at (403,2) width 24: "id1"
- RenderText {#text} at (427,0) size 727x36
- text run at (427,0) width 258: ", which would ordinarily make it purple. "
- text run at (685,0) width 42: "This is"
- text run at (0,18) width 699: "because declarations marked important have more weight than normal declarations given in a STYLE attribute."
- RenderBlock {P} at (4,108) size 762x36 [color=#008000]
- RenderText {#text} at (0,0) size 700x36
- text run at (0,0) width 604: "This sentence should also be green, even though it has a STYLE attribute declaring it to be red. "
- text run at (604,0) width 96: "This is because"
- text run at (0,18) width 645: "declarations marked important have more weight than normal declarations given in a STYLE attribute."
« no previous file with comments | « LayoutTests/css1/cascade/cascade_order-expected.txt ('k') | LayoutTests/css1/classification/display-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698