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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page-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-nonscrollable-iframes-in-scrollable-page-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page-expected.txt
index 6773977927bd20e63e603ef07588db2b07b7f962..20ddbf3f63dbe478d42deffdba7bfbf86e22fcd3 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page-expected.txt
@@ -1,13 +1,16 @@
In all iframes, the green fixed-position element should not be composited.
{
+ "name": "Content Root Layer",
"bounds": [785, 4016],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 4016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
"position": [50, 360],
"bounds": [300, 100],
"contentsOpaque": true,
@@ -15,11 +18,13 @@ In all iframes, the green fixed-position element should not be composited.
"backgroundColor": "#00FFFF"
},
{
+ "name": "LayoutIFrame (positioned) IFRAME id='iframe2' class='composited'",
"position": [10, 200],
"bounds": [154, 154],
"drawsContent": true
},
{
+ "name": "LayoutIFrame (positioned) IFRAME id='iframe3'",
"position": [10, 380],
"bounds": [154, 154],
"drawsContent": true

Powered by Google App Engine
This is Rietveld 408576698