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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/remove-overflow-crash2-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/remove-overflow-crash2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/remove-overflow-crash2-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/remove-overflow-crash2-expected.txt
index 1b2868cd3b9fa5e13ca3d87a700dd9d751756711..87733c882f581fc07f0ac0e2b2d35020aa66db22 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/remove-overflow-crash2-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/remove-overflow-crash2-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x218
LayoutBlockFlow {HTML} at (0,0) size 800x218
LayoutBlockFlow {BODY} at (8,8) size 784x202
layer at (8,8) size 103x202 clip at (9,9) size 86x185 scrollHeight 1480
- LayoutBlockFlow {DIV} at (0,0) size 103x202 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,0) size 103x202 [border: (1.00px solid #000000)]
LayoutText {#text} at (1,1) size 86x1479
text run at (1,1) width 79: "Lorem ipsum"
text run at (1,21) width 86: "dolor sit amet,"

Powered by Google App Engine
This is Rietveld 408576698