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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css1/basic/contextual_selectors-expected.txt

Issue 1574933002: Changed type of border-width longhands from unsigned to float. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made transitions use fractional border widths, added assert that border widths are positive, and r… Created 4 years, 11 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: third_party/WebKit/LayoutTests/platform/linux/css1/basic/contextual_selectors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css1/basic/contextual_selectors-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css1/basic/contextual_selectors-expected.txt
index 9c3635c189c4d7f06da11079b4277321323d263b..19990e9e73f3fdbc2f9549099c633f52ccb21ccc 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css1/basic/contextual_selectors-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css1/basic/contextual_selectors-expected.txt
@@ -15,7 +15,7 @@ layer at (0,0) size 800x600
text run at (0,32) width 224: "EM, UL LI LI {color: green;}"
text run at (224,32) width 0: " "
text run at (0,48) width 0: " "
- LayoutBlockFlow {HR} at (0,113) size 784x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (0,113) size 784x2 [border: (1.00px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,131) size 784x20 [color=#000080]
LayoutText {#text} at (0,0) size 591x19
text run at (0,0) width 591: "This sentence should be navy serif in the first half of the page, but purple and sans-serif in the table."
@@ -42,18 +42,18 @@ layer at (0,0) size 800x600
LayoutListMarker (anonymous) at (-18,0) size 7x19: white bullet
LayoutText {#text} at (0,0) size 128x19
text run at (0,0) width 128: "This should be green."
- LayoutTable {TABLE} at (0,259) size 699x165 [border: (1px outset #808080)]
+ LayoutTable {TABLE} at (0,259) size 699x165 [border: (1.00px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 697x163
LayoutTableRow {TR} at (0,0) size 697x28
- LayoutTableCell {TD} at (0,0) size 697x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
+ LayoutTableCell {TD} at (0,0) size 697x28 [bgcolor=#C0C0C0] [border: (1.00px inset #808080)] [r=0 c=0 rs=1 cs=2]
LayoutInline {STRONG} at (0,0) size 157x19
LayoutText {#text} at (4,4) size 157x19
text run at (4,4) width 157: "TABLE Testing Section"
LayoutTableRow {TR} at (0,28) size 697x135
- LayoutTableCell {TD} at (0,81) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,81) size 12x28 [bgcolor=#C0C0C0] [border: (1.00px inset #808080)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (4,4) size 4x19
text run at (4,4) width 4: " "
- LayoutTableCell {TD} at (12,28) size 685x135 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (12,28) size 685x135 [border: (1.00px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {P} at (4,4) size 677x19 [color=#800080]
LayoutText {#text} at (0,0) size 677x18
text run at (0,0) width 677: "This sentence should be navy serif in the first half of the page, but purple and sans-serif in the table."

Powered by Google App Engine
This is Rietveld 408576698