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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/deeply-nested-reflections-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/deeply-nested-reflections-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/deeply-nested-reflections-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/deeply-nested-reflections-expected.txt
index 3f3e529e32b4c6f427bc04f8b08e8f7963241653..39164c70a8e629d6cca1140ddcf606e0f43f8e89 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/deeply-nested-reflections-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/deeply-nested-reflections-expected.txt
@@ -7,14 +7,14 @@ layer at (0,0) size 800x300
LayoutText {#text} at (0,0) size 155x19
text run at (0,0) width 155: "Deeply nested reflections."
layer at (10,52) size 234x240
- LayoutBlockFlow {DIV} at (2,36) size 234x240 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (2,36) size 234x240 [border: (1.00px solid #000000)]
layer at (13,55) size 228x234
- LayoutBlockFlow {DIV} at (3,3) size 228x234 [border: (1px solid #FFA500)]
+ LayoutBlockFlow {DIV} at (3,3) size 228x234 [border: (1.00px solid #FFA500)]
layer at (16,58) size 222x112
- LayoutBlockFlow {DIV} at (3,3) size 222x112 [border: (1px solid #0000FF)]
+ LayoutBlockFlow {DIV} at (3,3) size 222x112 [border: (1.00px solid #0000FF)]
layer at (19,61) size 106x106
- LayoutBlockFlow {DIV} at (3,3) size 106x106 [border: (1px solid #FF0000)]
+ LayoutBlockFlow {DIV} at (3,3) size 106x106 [border: (1.00px solid #FF0000)]
layer at (22,64) size 100x100
- LayoutBlockFlow {DIV} at (3,3) size 100x100 [bgcolor=#008000] [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (3,3) size 100x100 [bgcolor=#008000] [border: (1.00px solid #000000)]
LayoutText {#text} at (28,2) size 44x73
text run at (28,2) width 44: "C"

Powered by Google App Engine
This is Rietveld 408576698