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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/parent-overflow-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/parent-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/parent-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/parent-overflow-expected.txt
index c1bb8ca17b6c09f26d374030f30b701d7a1742bc..b78d4f6be3eaad62aed50595f85bd6bf532b4fe4 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/parent-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/parent-overflow-expected.txt
@@ -13,14 +13,14 @@ layer at (0,0) size 800x227
text run at (328,147) width 4: " "
LayoutText {#text} at (0,0) size 0x0
layer at (28,72) size 122x122 clip at (29,73) size 120x120 scrollHeight 320
- LayoutBlockFlow {DIV} at (20,20) size 122x122 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (20,20) size 122x122 [border: (1.00px solid #000000)]
layer at (39,83) size 100x300 backgroundClip at (29,73) size 120x120 clip at (29,73) size 120x120
LayoutBlockFlow {DIV} at (11,11) size 100x300 [bgcolor=#808080]
layer at (194,72) size 122x122 clip at (195,73) size 120x120 scrollHeight 320
- LayoutBlockFlow (relative positioned) {DIV} at (186,20) size 122x122 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (186,20) size 122x122 [border: (1.00px solid #000000)]
layer at (205,83) size 100x300 backgroundClip at (195,73) size 120x120 clip at (195,73) size 120x120
LayoutBlockFlow {DIV} at (11,11) size 100x300 [bgcolor=#808080]
layer at (360,72) size 122x122 clip at (361,73) size 120x120 scrollHeight 320
- LayoutBlockFlow (relative positioned) {DIV} at (352,20) size 122x122 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (352,20) size 122x122 [border: (1.00px solid #000000)]
layer at (371,83) size 100x300 backgroundClip at (361,73) size 120x120 clip at (361,73) size 120x120
LayoutBlockFlow {DIV} at (11,11) size 100x300 [bgcolor=#808080]

Powered by Google App Engine
This is Rietveld 408576698