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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/become-overlay-composited-layer-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/become-overlay-composited-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/become-overlay-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/become-overlay-composited-layer-expected.txt
index 6c356d8656bdd7320caadb567fd43e06c1703815..3c4074eebe52b424472df6756b532d945809f5d3 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/become-overlay-composited-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/become-overlay-composited-layer-expected.txt
@@ -10,7 +10,7 @@ layer at (0,0) size 800x600
LayoutText {#text} at (146,0) size 374x19
text run at (146,0) width 374: "Should not leave blue box behind after moving to the top right."
layer at (8,44) size 502x102 transparent
- LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 502x102 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 502x102 [border: (1.00px solid #000000)]
layer at (259,45) size 250x100
LayoutBlockFlow (positioned) {DIV} at (251,1) size 250x100 [bgcolor=#0000FF]
layer at (9,45) size 50x50 transparent

Powered by Google App Engine
This is Rietveld 408576698