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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/layers-inside-overflow-scroll-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/layers-inside-overflow-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/layers-inside-overflow-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/layers-inside-overflow-scroll-expected.txt
index cc3099210993dde9268a65f3fa5209255ff49c1d..61f3bf0dbf205ced2e156ed28feb39a13e1f7fc6 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/layers-inside-overflow-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/layers-inside-overflow-scroll-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 411x19
text run at (0,0) width 411: "The red box in the overflow:scroll div should be scrolled out of view."
- 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 100.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
layer at (19,53) size 300x200
LayoutFlexibleBox (relative positioned) {DIV} at (0,0) size 300x200

Powered by Google App Engine
This is Rietveld 408576698