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

Unified Diff: third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-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/compositing/iframes/overlapped-iframe-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt
index d49668426ebc452c34322e0ecbaae1b2b7a14d6e..8026f9c46586e4d79dd2ce48dbfb9eb1cd295810 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt
@@ -1,67 +1,51 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutIFrame (positioned) IFRAME",
+ "bounds": [304, 304],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "position": [2, 2],
+ "bounds": [300, 300]
+ },
+ {
+ "name": "Frame Clipping Layer",
+ "bounds": [300, 300]
+ },
+ {
+ "name": "Frame Scrolling Layer"
+ },
+ {
+ "name": "Content Root Layer",
+ "bounds": [300, 300]
+ },
+ {
+ "name": "LayoutView #document",
+ "bounds": [300, 300],
"drawsContent": true,
- "children": [
- {
- "name": "LayoutIFrame (positioned) IFRAME",
- "bounds": [304, 304],
- "drawsContent": true,
- "children": [
- {
- "name": "Frame Overflow Controls Host Layer",
- "position": [2, 2],
- "bounds": [300, 300],
- "children": [
- {
- "name": "Frame Clipping Layer",
- "bounds": [300, 300],
- "children": [
- {
- "name": "Frame Scrolling Layer",
- "children": [
- {
- "name": "Content Root Layer",
- "bounds": [300, 300],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [300, 300],
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
- "position": [18, 10],
- "bounds": [210, 210],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutIFrame (positioned) IFRAME id='overlap'",
- "position": [250, 0],
- "bounds": [304, 304],
- "drawsContent": true
- }
- ]
+ "backgroundColor": "#C0C0C0"
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
+ "position": [18, 10],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutIFrame (positioned) IFRAME id='overlap'",
+ "position": [250, 0],
+ "bounds": [304, 304],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698