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

Unified Diff: third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-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/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt b/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
index 06849f3aa9261e0af48904ed1c98585a8863119f..d0b3c31b86697a0a2fb43962a1691b1603de497d 100644
--- a/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
@@ -1,68 +1,54 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutIFrame IFRAME id='parent-iframe'",
- "position": [8, 8],
- "bounds": [154, 154],
- "drawsContent": true,
- "children": [
- {
- "name": "Frame Overflow Controls Host Layer",
- "position": [2, 2],
- "bounds": [150, 150],
- "children": [
- {
- "name": "Frame Clipping Layer",
- "bounds": [135, 135],
- "children": [
- {
- "name": "Frame Scrolling Layer",
- "children": [
- {
- "name": "Content Root Layer",
- "bounds": [508, 516],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [508, 516],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Frame Horizontal Scrollbar Layer",
- "position": [0, 135],
- "bounds": [135, 15]
- },
- {
- "name": "Frame Vertical Scrollbar Layer",
- "position": [135, 0],
- "bounds": [15, 135]
- },
- {
- "name": "Frame Scroll Corner Layer",
- "position": [135, 135],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutIFrame IFRAME id='parent-iframe'",
+ "position": [8, 8],
+ "bounds": [154, 154],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "position": [2, 2],
+ "bounds": [150, 150]
+ },
+ {
+ "name": "Frame Clipping Layer",
+ "bounds": [135, 135]
+ },
+ {
+ "name": "Frame Scrolling Layer"
+ },
+ {
+ "name": "Content Root Layer",
+ "bounds": [508, 516]
+ },
+ {
+ "name": "LayoutView #document",
+ "bounds": [508, 516],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Horizontal Scrollbar Layer",
+ "position": [0, 135],
+ "bounds": [135, 15]
+ },
+ {
+ "name": "Frame Vertical Scrollbar Layer",
+ "position": [135, 0],
+ "bounds": [15, 135]
+ },
+ {
+ "name": "Frame Scroll Corner Layer",
+ "position": [135, 135],
+ "bounds": [15, 15],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698