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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-in-composited-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-in-composited-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-in-composited-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-in-composited-expected.txt
index 06cabc845c352a3e4dd1b91572e7b7a7421fc149..7fef2f76e75540e172244acc8f8d34a45d146add 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-in-composited-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-in-composited-expected.txt
@@ -10,7 +10,7 @@ layer at (0,0) size 800x600
LayoutText {#text} at (0,0) size 227x19
text run at (0,0) width 227: "This is the next paragraph in the page."
layer at (208,78) size 342x172
- LayoutBlockFlow {DIV} at (200,70) size 342x172 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (200,70) size 342x172 [border: (1.00px solid #000000)]
LayoutBlockFlow {P} at (21,27) size 300x20
LayoutText {#text} at (0,0) size 217x19
text run at (0,0) width 217: "This element has a composited layer"

Powered by Google App Engine
This is Rietveld 408576698