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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-scrolling-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-scrolling-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-scrolling-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-scrolling-expected.txt
index 83b9bfa1bda57f6a8b13fc92ffedffdbbb18ec2d..ae283d41c57c787073618f3585c6a5e7babefbe1 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-scrolling-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/nested-scrolling-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 785x838 backgroundClip at (0,0) size 785x600 clip at (0,0) s
LayoutText {#text} at (0,0) size 77x19
text run at (0,0) width 77: "Text outside."
layer at (8,28) size 702x802 backgroundClip at (8,28) size 702x572 clip at (9,29) size 685x571 scrollHeight 1154
- LayoutBlockFlow {DIV} at (0,20) size 702x802 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,20) size 702x802 [border: (1.00px solid #000000)]
LayoutBlockFlow {P} at (1,17) size 685x132
LayoutText {#text} at (0,7) size 667x118
text run at (0,7) width 655: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore"
@@ -33,7 +33,7 @@ layer at (8,28) size 702x802 backgroundClip at (8,28) size 702x572 clip at (9,29
text run at (0,73) width 641: "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
text run at (0,106) width 642: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
layer at (19,405) size 602x402 backgroundClip at (19,405) size 602x195 clip at (20,406) size 585x194 scrollHeight 442
- LayoutBlockFlow {DIV} at (11,377) size 602x402 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (11,377) size 602x402 [border: (1.00px solid #000000)]
LayoutBlockFlow {P} at (1,17) size 585x165
LayoutText {#text} at (0,7) size 585x151
text run at (0,7) width 555: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut"

Powered by Google App Engine
This is Rietveld 408576698