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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-positioning-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/overflow/overflow-positioning-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-positioning-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-positioning-expected.txt
index d79fcefd24be44e75b6b8671e434b9d5433ac3bd..78d2ffc0284ff576bc1286eed9a31d338c547c37 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-positioning-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-positioning-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x438
LayoutText {#text} at (0,0) size 444x19
text run at (0,0) width 444: "Things should not jump around when the green square starts the transition."
layer at (100,136) size 202x202 clip at (101,137) size 200x200
- LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 202x202 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 202x202 [border: (1.00px solid #000000)]
layer at (101,137) size 200x100
LayoutBlockFlow (relative positioned) {DIV} at (1,1) size 200x100 [bgcolor=#80800033]
layer at (-99,137) size 150x100 backgroundClip at (101,137) size 200x200 clip at (101,137) size 200x200

Powered by Google App Engine
This is Rietveld 408576698