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/overflow/nested-render-surfaces-with-rotation-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/nested-render-surfaces-with-rotation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-with-rotation-expected.txt
similarity index 92%
copy from third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-with-rotation-expected.txt
index 5945cc4a1d41b2597f775a60ea73e48f66ffd1a5..f0e216d3939efe1a1d38b2dbe81e7c0f10c2b56e 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-with-rotation-expected.txt
@@ -8,11 +8,11 @@ layer at (8,10) size 769x418
layer at (8,10) size 769x418 transparent
LayoutBlockFlow {DIV} at (0,0) size 769x418
layer at (8,120) size 308x308 clip at (12,124) size 285x285 scrollWidth 339 scrollHeight 448
- LayoutBlockFlow {DIV} at (0,110) size 308x308 [border: (4px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,110) size 308x308 [border: (4.00px solid #000000)]
layer at (12,134) size 285x418 backgroundClip at (22,91) size 285x285 clip at (22,91) size 285x285 transparent
LayoutBlockFlow {DIV} at (4,14) size 285x418
layer at (12,244) size 308x308 backgroundClip at (22,244) size 285x132 clip at (22,248) size 279x128 scrollHeight 560
- LayoutBlockFlow {DIV} at (0,110) size 308x308 [border: (4px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,110) size 308x308 [border: (4.00px solid #000000)]
layer at (62,234) size 200x200
LayoutBlockFlow (positioned) {DIV} at (50,100) size 200x200 [bgcolor=#008000]
layer at (22,134) size 100x100

Powered by Google App Engine
This is Rietveld 408576698