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

Unified Diff: third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show-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/invisible-nested-iframe-show-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show-expected.txt
index 71b75af9911ae6ba9ade77f841fdfb8f2fa6c216..e83143a2634b71f7bbabb174dfed1232ed790fbb 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show-expected.txt
@@ -1,120 +1,92 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutIFrame IFRAME",
+ "position": [-11, -11],
+ "bounds": [368, 218],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "position": [34, 34],
+ "bounds": [300, 150]
+ },
+ {
+ "name": "Frame Clipping Layer",
+ "bounds": [285, 150]
+ },
+ {
+ "name": "Frame Scrolling Layer"
+ },
+ {
+ "name": "Content Root Layer",
+ "bounds": [285, 192]
+ },
+ {
+ "name": "LayoutView #document",
+ "bounds": [285, 192],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutIFrame IFRAME",
+ "position": [8, 8],
+ "bounds": [252, 172],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "position": [1, 1],
+ "bounds": [250, 170]
+ },
+ {
+ "name": "Frame Clipping Layer",
+ "bounds": [250, 170]
+ },
+ {
+ "name": "Frame Scrolling Layer"
+ },
+ {
+ "name": "Content Root Layer",
+ "bounds": [250, 230]
+ },
+ {
+ "name": "LayoutView #document",
+ "bounds": [250, 230],
+ "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": "Frame Vertical Scrollbar Layer",
+ "position": [285, 0],
+ "bounds": [15, 150]
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='box'",
+ "position": [18, 202],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutIFrame IFRAME",
- "position": [-11, -11],
- "bounds": [368, 218],
- "drawsContent": true,
- "children": [
- {
- "name": "Frame Overflow Controls Host Layer",
- "position": [34, 34],
- "bounds": [300, 150],
- "children": [
- {
- "name": "Frame Clipping Layer",
- "bounds": [285, 150],
- "children": [
- {
- "name": "Frame Scrolling Layer",
- "children": [
- {
- "name": "Content Root Layer",
- "bounds": [285, 192],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [285, 192],
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutIFrame IFRAME",
- "position": [8, 8],
- "bounds": [252, 172],
- "drawsContent": true,
- "children": [
- {
- "name": "Frame Overflow Controls Host Layer",
- "position": [1, 1],
- "bounds": [250, 170],
- "children": [
- {
- "name": "Frame Clipping Layer",
- "bounds": [250, 170],
- "children": [
- {
- "name": "Frame Scrolling Layer",
- "children": [
- {
- "name": "Content Root Layer",
- "bounds": [250, 230],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [250, 230],
- "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": "Frame Vertical Scrollbar Layer",
- "position": [285, 0],
- "bounds": [15, 150]
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutBlockFlow DIV class='box'",
- "position": [18, 202],
- "bounds": [210, 210],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 1, 1]
- ]
- }
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 1, 1]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698