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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/outline-change-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/outline-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/outline-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/outline-change-expected.txt
index 5a590453ec6f3f61e1f0773df2c147881a472984..f628b970f46caff70c2d60092c7d455cdaa0fe44 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/outline-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/outline-change-expected.txt
@@ -8,6 +8,6 @@ layer at (0,0) size 800x256
text run at (0,0) width 280: "Adding outline should not affect layer positions"
LayoutBlockFlow {DIV} at (0,222) size 10x10
layer at (58,86) size 102x102
- LayoutBlockFlow (relative positioned) {DIV} at (50,70) size 102x102 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (50,70) size 102x102 [border: (1.00px solid #000000)]
layer at (34,62) size 52x52
- LayoutBlockFlow (positioned) {DIV} at (-24,-24) size 52x52 [border: (1px solid #0000FF)]
+ LayoutBlockFlow (positioned) {DIV} at (-24,-24) size 52x52 [border: (1.00px solid #0000FF)]

Powered by Google App Engine
This is Rietveld 408576698