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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/shadows/shadow-drawing-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/compositing/shadows/shadow-drawing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/shadows/shadow-drawing-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/shadows/shadow-drawing-expected.txt
index a506aebd4c9c80b8c0c2e18d03b7a71624cddf52..10c0ac90fdad3c7915356f1948fc640313c57222 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/shadows/shadow-drawing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/shadows/shadow-drawing-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x312
LayoutText {#text} at (0,0) size 249x19
text run at (0,0) width 249: "Left and right sides should look the same."
LayoutBlockFlow (anonymous) at (0,36) size 784x252
- LayoutBlockFlow {DIV} at (50,50) size 202x152 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (50,50) size 202x152 [border: (1.00px solid #000000)]
LayoutText {#text} at (302,151) size 4x19
text run at (302,151) width 4: " "
LayoutText {#text} at (0,0) size 0x0
@@ -17,7 +17,7 @@ layer at (59,140) size 200x88
text run at (24,1) width 152: "Shadowed"
text run at (73,45) width 54: "text"
layer at (364,102) size 202x152
- LayoutBlockFlow {DIV} at (356,50) size 202x152 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (356,50) size 202x152 [border: (1.00px solid #000000)]
layer at (365,140) size 200x88
LayoutBlockFlow {P} at (1,38.33) size 200x88 [color=#0000FF]
LayoutText {#text} at (24,1) size 152x86

Powered by Google App Engine
This is Rietveld 408576698