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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/self-painting-layers-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/self-painting-layers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/self-painting-layers-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/self-painting-layers-expected.txt
index 2b240ec5100922d297ece1fa01d03b6a5cdfe9cc..a184c56b9b93a03995b66de42c006ed3c1cd3cd3 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/self-painting-layers-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/self-painting-layers-expected.txt
@@ -6,12 +6,12 @@ layer at (0,0) size 800x431
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 308x19
text run at (0,0) width 308: "You should not see double text when the div scrolls"
- LayoutBlockFlow {DIV} at (10,36) size 302x207 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (10,36) size 302x207 [border: (1.00px solid #000000)]
LayoutText {#text} at (0,0) size 0x0
layer at (19,53) size 300x200
LayoutVideo {VIDEO} at (1,1) size 300x200
layer at (18,269) size 302x152 clip at (19,270) size 285x150 scrollY 24.00 scrollHeight 500
- LayoutBlockFlow {DIV} at (10,253) size 302x152 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (10,253) size 302x152 [border: (1.00px solid #000000)]
LayoutBlockFlow {DIV} at (1,1) size 285x500
LayoutText {#text} at (0,6) size 107x36
text run at (0,6) width 107: "Scrolled"

Powered by Google App Engine
This is Rietveld 408576698