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

Unified Diff: third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt

Issue 2555283002: Add mask layer and offsetFromLayoutObject info to GraphicsLayer JSON (Closed)
Patch Set: Rebased Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt b/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt
index 2e61ec3264c4d1e00e0baf140a3195923b4d48c3..600e4d249bc96e582cc3abde8676d690b387be4b 100644
--- a/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-expected.txt
@@ -12,7 +12,14 @@
"bounds": [400, 200],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#000000"
+ "backgroundColor": "#000000",
+ "maskLayer": [
+ {
+ "name": "Mask Layer",
+ "bounds": [400, 200],
+ "drawsContent": true
+ }
+ ]
}
]
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698