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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-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/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
index ff6715dad8dddac7199b285d4e5cd5e56c6f7ec4..1c0ee4a45aea31415711601b2971ab9cd232f006 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
@@ -1,50 +1,42 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow BODY",
+ "position": [8, 8],
+ "bounds": [784, 584],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='container'",
+ "position": [15, 0],
+ "transformOrigin": [377, 0],
+ "bounds": [256, 256],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow BODY",
- "position": [8, 8],
- "bounds": [784, 584],
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='container'",
- "position": [15, 0],
- "transformOrigin": [377, 0],
- "bounds": [256, 256],
- "contentsOpaque": true,
- "drawsContent": true,
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [-10, 0, 0, 1]
- ],
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV id='composited'",
- "position": [385, 0],
- "contentsOpaque": true
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV id='green'",
- "bounds": [300, 300],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- }
- ]
- }
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [-10, 0, 0, 1]
]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='composited'",
+ "position": [385, 0],
+ "contentsOpaque": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='green'",
+ "bounds": [300, 300],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698