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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/masks/masked-ancestor-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/masks/masked-ancestor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/masks/masked-ancestor-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/masks/masked-ancestor-expected.txt
index 49d912c8c3b288adde88c4b18b529b86604b4c9a..06f518b0783c62790cc221ea7de0e9cec65c125a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/masks/masked-ancestor-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/masks/masked-ancestor-expected.txt
@@ -11,10 +11,10 @@ layer at (0,0) size 785x619 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (262,547) width 4: " "
LayoutText {#text} at (0,0) size 0x0
layer at (8,44) size 262x562 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 transparent
- LayoutBlockFlow {DIV} at (0,0) size 262x562 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (0,0) size 262x562 [border: (1.00px solid #000000)]
layer at (39,75) size 200x200
- LayoutBlockFlow (relative positioned) {DIV} at (31,31) size 200x200 [bgcolor=#6464FFCC] [border: (10px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (31,31) size 200x200 [bgcolor=#6464FFCC] [border: (10.00px solid #000000)]
layer at (274,44) size 262x562 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 transparent
- LayoutBlockFlow {DIV} at (266,0) size 262x562 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (266,0) size 262x562 [border: (1.00px solid #000000)]
layer at (305,75) size 200x200
- LayoutBlockFlow (relative positioned) {DIV} at (31,31) size 200x200 [bgcolor=#6464FFCC] [border: (10px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (31,31) size 200x200 [bgcolor=#6464FFCC] [border: (10.00px solid #000000)]

Powered by Google App Engine
This is Rietveld 408576698