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

Unified Diff: third_party/WebKit/LayoutTests/compositing/iframes/scrolling-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/scrolling-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt
index 301b11b641a0f9508221cc263e9579eab88f43b1..4122b5ae4b083d6e6b4c06d1aff8d997a1a89d6b 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt
@@ -1,86 +1,70 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutIFrame IFRAME id='parent-iframe'",
+ "position": [9, 9],
+ "bounds": [368, 218],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "position": [34, 34],
+ "bounds": [300, 150]
+ },
+ {
+ "name": "Frame Clipping Layer",
+ "bounds": [285, 135]
+ },
+ {
+ "name": "Frame Scrolling Layer"
+ },
+ {
+ "name": "Content Root Layer",
+ "bounds": [508, 608]
+ },
+ {
+ "name": "LayoutView #document",
+ "bounds": [508, 608],
+ "drawsContent": true,
+ "backgroundColor": "#C0C0C0"
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
+ "position": [108, 100],
+ "bounds": [200, 200],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "Frame Horizontal Scrollbar Layer",
+ "position": [0, 135],
+ "bounds": [285, 15]
+ },
+ {
+ "name": "Frame Vertical Scrollbar Layer",
+ "position": [285, 0],
+ "bounds": [15, 135]
+ },
+ {
+ "name": "Frame Scroll Corner Layer",
+ "position": [285, 135],
+ "bounds": [15, 15],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
+ "position": [5, 5],
+ "bounds": [50, 50],
"drawsContent": true,
- "children": [
- {
- "name": "LayoutIFrame IFRAME id='parent-iframe'",
- "position": [9, 9],
- "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, 135],
- "children": [
- {
- "name": "Frame Scrolling Layer",
- "children": [
- {
- "name": "Content Root Layer",
- "bounds": [508, 608],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [508, 608],
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
- "position": [108, 100],
- "bounds": [200, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Frame Horizontal Scrollbar Layer",
- "position": [0, 135],
- "bounds": [285, 15]
- },
- {
- "name": "Frame Vertical Scrollbar Layer",
- "position": [285, 0],
- "bounds": [15, 135]
- },
- {
- "name": "Frame Scroll Corner Layer",
- "position": [285, 135],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
- "position": [5, 5],
- "bounds": [50, 50],
- "drawsContent": true,
- "backgroundColor": "#00000033"
- }
- ]
+ "backgroundColor": "#00000033"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698