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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/empty-inline-002-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/css2.1/20110323/empty-inline-002-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/empty-inline-002-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/empty-inline-002-expected.txt
index 1b3684941d2e4999231ff863d819b385f1075a15..a151181b5134f4756e198b5b8bcac446605d757e 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/empty-inline-002-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/empty-inline-002-expected.txt
@@ -2,9 +2,9 @@ layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x428 layerType: background only
layer at (8,132) size 528x144
- LayoutBlockFlow (relative positioned) zI: -1 {DIV} at (0,144) size 528x144 [border: (24px solid #FF0000)]
+ LayoutBlockFlow (relative positioned) zI: -1 {DIV} at (0,144) size 528x144 [border: (24.00px solid #FF0000)]
layer at (128,36) size 240x336
- LayoutBlockFlow (relative positioned) {DIV} at (120,24) size 240x336 [bgcolor=#FF0000] [border: (24px solid #FF0000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (120,24) size 240x336 [bgcolor=#FF0000] [border: (24.00px solid #FF0000)]
layer at (0,0) size 800x428 layerType: foreground only
LayoutBlockFlow {HTML} at (0,0) size 800x428
LayoutBlockFlow {BODY} at (8,16) size 784x404
@@ -12,6 +12,6 @@ layer at (0,0) size 800x428 layerType: foreground only
LayoutText {#text} at (0,0) size 289x19
text run at (0,0) width 289: "Test passes if there is no red visible on the page."
LayoutBlockFlow {DIV} at (0,116) size 784x288
- LayoutBlockFlow {DIV} at (0,0) size 528x144 [border: (24px solid #008000)]
- LayoutInline {SPAN} at (0,0) size 240x336 [bgcolor=#008000] [border: (24px solid #008000)]
+ LayoutBlockFlow {DIV} at (0,0) size 528x144 [border: (24.00px solid #008000)]
+ LayoutInline {SPAN} at (0,0) size 240x336 [bgcolor=#008000] [border: (24.00px solid #008000)]
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698