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

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

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/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 835768ae2c41b7f8e05bf20659590593c29c8c92..2e61ec3264c4d1e00e0baf140a3195923b4d48c3 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
@@ -1,22 +1,18 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='masked'",
+ "position": [10, 10],
+ "bounds": [400, 200],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='masked'",
- "position": [10, 10],
- "bounds": [400, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#000000"
- }
- ]
+ "backgroundColor": "#000000"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698