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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 8e864fcc825dffbb17f1864de529a00c31bf6ccb..7eb215dc3f1a64a6628fc444d2251cac69c6c659 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,11 @@ Box should switch between perspective and flat
First dump layer tree:
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true
@@ -15,19 +17,23 @@ First dump layer tree:
Second dump layer tree:
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"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": [120, 39],
"transformOrigin": [126, 50],
"bounds": [251, 100],
@@ -49,10 +55,12 @@ Second dump layer tree:
Third dump layer tree:
{
- "bounds": [785, 962],
+ "name": "Content Root Layer",
+ "bounds": [785, 1058],
"children": [
{
- "bounds": [785, 962],
+ "name": "LayoutView #document",
+ "bounds": [785, 1058],
"contentsOpaque": true,
"drawsContent": true
}

Powered by Google App Engine
This is Rietveld 408576698