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 |
+ } |
+ ] |
} |
] |
} |