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/geometry/layer-due-to-layer-children-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-expected.txt
index dbe4d6ded40174a15bbc1f0bceeb8ad7816dbfa8..dde0a50a90335463a0b924623046a76eefca0788 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 800x208
layer at (8,8) size 784x192
LayoutBlockFlow (relative positioned) {BODY} at (8,8) size 784x192
layer at (8,8) size 242x192
- LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 242x192 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 242x192 [border: (1.00px solid #000000)]
LayoutBlockFlow (anonymous) at (21,21) size 200x20
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