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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/compositing/geometry/layer-due-to-layer-children-switch-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/platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt
index 0e3d5933422c615db0f2da221a37d507005b5861..8253f8d5f17ceb74fbdb9c569dca262cda09292a 100644
--- a/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt
@@ -3,9 +3,7 @@ Box should switch between perspective and flat
First dump layer tree:
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
@@ -17,37 +15,31 @@ First dump layer tree:
Second dump layer tree:
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='parent' class='parent'",
+ "position": [8, 8],
+ "bounds": [242, 192],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='child' class='child'",
+ "position": [121, 39],
+ "bounds": [250, 100],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='parent' class='parent'",
- "position": [8, 8],
- "bounds": [242, 192],
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='child' class='child'",
- "position": [121, 39],
- "bounds": [250, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000",
- "transform": [
- [0.707106781186548, 0, -0.707106781186548, 0.00117851130197758],
- [0, 1, 0, 0],
- [0.707106781186548, 0, 0.707106781186548, -0.00117851130197758],
- [-50, 10, 100, 0.833333333333333]
- ]
- }
- ]
- }
+ "backgroundColor": "#008000",
+ "transform": [
+ [0.707106781186548, 0, -0.707106781186548, 0.00117851130197758],
+ [0, 1, 0, 0],
+ [0.707106781186548, 0, 0.707106781186548, -0.00117851130197758],
+ [-50, 10, 100, 0.833333333333333]
]
}
]
@@ -55,12 +47,10 @@ Second dump layer tree:
Third dump layer tree:
{
- "name": "Content Root Layer",
- "bounds": [785, 1058],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
- "bounds": [785, 1058],
+ "bounds": [785, 930],
"contentsOpaque": true,
"drawsContent": true
}

Powered by Google App Engine
This is Rietveld 408576698