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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/opacity-between-absolute2-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/repaint/opacity-between-absolute2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/opacity-between-absolute2-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/opacity-between-absolute2-expected.txt
index 5e1b7e64b14432ab41eb576e34f790b20b926480..443b8db980a1acd07843c33aac7bcc38c5447267 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/opacity-between-absolute2-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/opacity-between-absolute2-expected.txt
@@ -7,9 +7,9 @@ layer at (0,0) size 800x262
LayoutText {#text} at (0,0) size 402x19
text run at (0,0) width 402: "This test should not assert, and you should see a fully green square."
layer at (8,52) size 202x202
- LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 202x202 [border: (1px solid #000000)]
- LayoutBlockFlow {DIV} at (21,21) size 52x52 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 202x202 [border: (1.00px solid #000000)]
+ LayoutBlockFlow {DIV} at (21,21) size 52x52 [border: (1.00px solid #000000)]
layer at (50,94) size 52x52 transparent
- LayoutBlockFlow {DIV} at (21,21) size 52x52 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (21,21) size 52x52 [border: (1.00px solid #000000)]
layer at (109,153) size 80x80
LayoutBlockFlow (positioned) {DIV} at (101,101) size 80x80 [bgcolor=#008000]

Powered by Google App Engine
This is Rietveld 408576698