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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt

Issue 2084643002: 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/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
index 7c29d58ab9942beaf26668d386b7534af7f0fa08..8310bdf679b04d1ff4c3046d1c805f331edd4767 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
@@ -1,18 +1,22 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
"position": [10, 10],
"bounds": [120, 120],
"drawsContent": true,
"backgroundColor": "#008000",
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
"position": [50, 50],
"bounds": [220, 120],
"drawsContent": true,
@@ -21,6 +25,7 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='indicator'",
"position": [75, 75],
"bounds": [56, 56],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698