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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-compositing-descendant-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/overflow-compositing-descendant-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-compositing-descendant-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-compositing-descendant-expected.txt
index 5c9ef3e84f6cf76dc98b4930e3ec9c1381416e59..5ee6d548b782708f476756b768271e37d09db9aa 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-compositing-descendant-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/overflow-compositing-descendant-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x52
LayoutText {#text} at (0,0) size 446x19
text run at (0,0) width 446: "You should see a green box under the video. If you see red, the test failed."
layer at (8,52) size 132x222 clip at (9,53) size 130x220 scrollHeight 225
- LayoutBlockFlow (positioned) {DIV} at (8,52) size 132x222 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutBlockFlow (positioned) {DIV} at (8,52) size 132x222 [bgcolor=#FFFFFF] [border: (1.00px solid #000000)]
LayoutBlockFlow (anonymous) at (11,11) size 110x105
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (11,116) size 100x100 [bgcolor=#FF0000]

Powered by Google App Engine
This is Rietveld 408576698