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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-ordering-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/reflections/reflection-ordering-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-ordering-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-ordering-expected.txt
index c17c188110fe4302ce3d9c862353e366086197da..05868717d31bc945662d3f7cc47606c11529fe13 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-ordering-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-ordering-expected.txt
@@ -7,6 +7,6 @@ layer at (0,0) size 800x196
LayoutText {#text} at (0,0) size 732x19
text run at (0,0) width 732: "You should see a black rectangle divided into two parts; the top part should be taller (reflection should be behind original)."
layer at (28,56) size 220x120
- LayoutBlockFlow {DIV} at (20,40) size 220x120 [bgcolor=#FFFFFF] [border: (10px solid #000000)]
+ LayoutBlockFlow {DIV} at (20,40) size 220x120 [bgcolor=#FFFFFF] [border: (10.00px solid #000000)]
LayoutText {#text} at (67,10) size 86x27
text run at (67,10) width 86: "Contents"

Powered by Google App Engine
This is Rietveld 408576698