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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-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/fixed-position-change-out-of-view-in-view-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt
index 2d7bbf169fb7b55f29297d766fbd8bcff47900d9..4416db54feeb19a7e29ad36e144ae228cbe07ade 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt
@@ -1,13 +1,16 @@
Layer tree when the fixed elements are out-of-view (should have just a root layer):
{
+ "name": "Content Root Layer",
"bounds": [785, 4016],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 4016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed1'",
"position": [100, -100],
"bounds": [10, 10],
"contentsOpaque": true,
@@ -15,6 +18,7 @@ Layer tree when the fixed elements are out-of-view (should have just a root laye
"backgroundColor": "#C0C0C0"
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
"position": [100, 100],
"bounds": [10, 0],
"contentsOpaque": true,
@@ -27,14 +31,17 @@ Layer tree when the fixed elements are out-of-view (should have just a root laye
}
Layer tree when the fixed elements are in-view (both fixed elements should have layers):
{
+ "name": "Content Root Layer",
"bounds": [785, 4016],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 4016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed1'",
"position": [100, 50],
"bounds": [10, 10],
"contentsOpaque": true,
@@ -42,6 +49,7 @@ Layer tree when the fixed elements are in-view (both fixed elements should have
"backgroundColor": "#C0C0C0"
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
"position": [100, 100],
"bounds": [10, 10],
"contentsOpaque": true,
@@ -54,14 +62,17 @@ Layer tree when the fixed elements are in-view (both fixed elements should have
}
Layer tree when the fixed elements are out-of-view again (should have just a root layer):
{
+ "name": "Content Root Layer",
"bounds": [785, 4016],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 4016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed1'",
"position": [100, -100],
"bounds": [10, 10],
"contentsOpaque": true,
@@ -69,6 +80,7 @@ Layer tree when the fixed elements are out-of-view again (should have just a roo
"backgroundColor": "#C0C0C0"
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
"position": [100, 100],
"bounds": [10, 0],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698