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

Unified Diff: third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-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/draws-content/webgl-background-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt
index 6b38a2ef5f6ea30799b721088d736c59eb5faedf..53ea0970e4b21d92ebde5f0c74698ae16945d8f1 100644
--- a/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt
@@ -1,50 +1,46 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'",
+ "position": [13, 8],
+ "bounds": [50, 50],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'",
+ "position": [13, 73],
+ "bounds": [60, 60],
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-border'",
+ "position": [13, 138],
+ "bounds": [60, 60],
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-image'",
+ "position": [13, 203],
+ "bounds": [50, 50],
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
+ "position": [13, 268],
+ "bounds": [50, 50],
"drawsContent": true,
- "children": [
- {
- "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'",
- "position": [13, 8],
- "bounds": [50, 50],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'",
- "position": [13, 73],
- "bounds": [60, 60],
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutHTMLCanvas CANVAS id='canvas-border'",
- "position": [13, 138],
- "bounds": [60, 60],
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutHTMLCanvas CANVAS id='canvas-image'",
- "position": [13, 203],
- "bounds": [50, 50],
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
- "position": [13, 268],
- "bounds": [50, 50],
- "drawsContent": true,
- "backgroundColor": "#00FF007F"
- }
- ]
+ "backgroundColor": "#00FF007F"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698