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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/generated-content-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/generated-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/generated-content-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/generated-content-expected.txt
index 62e42ea78790df1300a1329cbb97c4c30c346ba9..d923c64f3598a9b52f13c2b5f55246fdb83055d2 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/generated-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/generated-content-expected.txt
@@ -10,7 +10,7 @@ layer at (0,0) size 800x298
LayoutBlockFlow {P} at (0,36) size 784x20
LayoutText {#text} at (0,0) size 375x19
text run at (0,0) width 375: "Tests that a 3D transform on a generated node does not crash."
- LayoutBlockFlow {DIV} at (0,72) size 202x202 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,72) size 202x202 [border: (1.00px solid #000000)]
layer at (9,89) size 200x200
LayoutBlockFlow {<pseudo:after>} at (1,1) size 200x200
LayoutTextFragment (anonymous) at (0,0) size 63x19

Powered by Google App Engine
This is Rietveld 408576698