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-intervening-clip-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-intervening-clip-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/nested-render-surfaces-with-intervening-clip-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-with-intervening-clip-expected.txt
similarity index 93%
copy from third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/nested-render-surfaces-with-intervening-clip-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-with-intervening-clip-expected.txt
index bbaba3def7b72be6b5efb1dd4a8b0a7329d7c226..adb968d3b62921f54357a1a67b980f22dd0c2f01 100644
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/nested-render-surfaces-with-intervening-clip-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-render-surfaces-with-intervening-clip-expected.txt
@@ -8,10 +8,10 @@ layer at (8,8) size 150x300 scrollWidth 308 scrollHeight 428
layer at (8,18) size 150x418 backgroundClip at (8,8) size 150x300 clip at (8,8) size 150x300 transparent
LayoutBlockFlow {DIV} at (0,10) size 150x418
layer at (8,128) size 308x308 backgroundClip at (8,128) size 150x180 clip at (12,132) size 146x176 scrollWidth 308 scrollHeight 428
- LayoutBlockFlow {DIV} at (0,110) size 308x308 [border: (4px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,110) size 308x308 [border: (4.00px solid #000000)]
LayoutBlockFlow {DIV} at (4,14) size 285x418
layer at (12,252) size 308x308 backgroundClip at (12,252) size 146x56 clip at (16,256) size 142x52 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 (50,200) size 200x200
LayoutBlockFlow (positioned) {DIV} at (50,200) size 200x200 [bgcolor=#008000]
layer at (18,18) size 100x100

Powered by Google App Engine
This is Rietveld 408576698