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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-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/geometry/layer-due-to-layer-children-deep-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-expected.txt
index 4de63a5e673103cf7df1cad8fe409ebeb5acf1c7..47535d1b2b115d45dbe72ffd9a59681143df3496 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 800x308
layer at (8,8) size 784x292
LayoutBlockFlow (relative positioned) {BODY} at (8,8) size 784x292
layer at (8,8) size 342x292
- LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 342x292 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 342x292 [border: (1.00px solid #000000)]
LayoutBlockFlow (anonymous) at (21,21) size 300x20
LayoutText {#text} at (0,0) size 164x19
text run at (0,0) width 164: "This content is in the parent"

Powered by Google App Engine
This is Rietveld 408576698