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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/nested-render-surfaces-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-expected.txt
similarity index 92%
copy from third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/nested-render-surfaces-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-expected.txt
index 325f77723645e0e212ee75f81a64dd13c018a559..a8c56a43b0bb2046b701cf95929210102d6a86c0 100644
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/nested-render-surfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-expected.txt
@@ -6,10 +6,10 @@ layer at (0,0) size 785x2018 backgroundClip at (0,0) size 785x600 clip at (0,0)
layer at (8,10) size 769x318 transparent
LayoutBlockFlow {DIV} at (0,0) size 769x318
layer at (8,120) size 308x208 clip at (12,124) size 285x185 scrollWidth 308 scrollHeight 328
- LayoutBlockFlow {DIV} at (0,110) size 308x208 [border: (4px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,110) size 308x208 [border: (4.00px solid #000000)]
LayoutBlockFlow {DIV} at (4,14) size 285x318
layer at (12,244) size 308x208 backgroundClip at (12,244) size 285x65 clip at (16,248) size 281x61 scrollHeight 560
- LayoutBlockFlow {DIV} at (0,110) size 308x208 [border: (4px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,110) size 308x208 [border: (4.00px solid #000000)]
layer at (50,200) size 200x200
LayoutBlockFlow (positioned) {DIV} at (50,200) size 200x200 [bgcolor=#008000]
layer at (18,10) size 100x100

Powered by Google App Engine
This is Rietveld 408576698