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

Unified Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-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/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt
index 0c0e424a37e38d948c90cc00d9622fceb19d90a8..21e4f50a7c3ebff9681814f0df5739ecb7f75d25 100644
--- a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt
@@ -1,78 +1,62 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutIFrame (positioned) IFRAME",
+ "bounds": [400, 400],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "bounds": [400, 400]
+ },
+ {
+ "name": "Frame Clipping Layer",
+ "bounds": [385, 385]
+ },
+ {
+ "name": "Frame Scrolling Layer",
+ "position": [615, 0]
+ },
+ {
+ "name": "Content Root Layer",
+ "position": [-615, 0],
+ "bounds": [1000, 1000]
+ },
+ {
+ "name": "LayoutView #document",
+ "bounds": [1000, 1000],
"drawsContent": true,
- "children": [
- {
- "name": "LayoutIFrame (positioned) IFRAME",
- "bounds": [400, 400],
- "drawsContent": true,
- "children": [
- {
- "name": "Frame Overflow Controls Host Layer",
- "bounds": [400, 400],
- "children": [
- {
- "name": "Frame Clipping Layer",
- "bounds": [385, 385],
- "children": [
- {
- "name": "Frame Scrolling Layer",
- "position": [615, 0],
- "children": [
- {
- "name": "Content Root Layer",
- "position": [-615, 0],
- "bounds": [1000, 1000],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [1000, 1000],
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV id='layer' class='positioned'",
- "position": [51, 50],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Frame Horizontal Scrollbar Layer",
- "position": [0, 385],
- "bounds": [385, 15]
- },
- {
- "name": "Frame Vertical Scrollbar Layer",
- "position": [385, 0],
- "bounds": [15, 385]
- },
- {
- "name": "Frame Scroll Corner Layer",
- "position": [385, 385],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
+ "backgroundColor": "#FF0000"
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='layer' class='positioned'",
+ "position": [51, 50],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "Frame Horizontal Scrollbar Layer",
+ "position": [0, 385],
+ "bounds": [385, 15]
+ },
+ {
+ "name": "Frame Vertical Scrollbar Layer",
+ "position": [385, 0],
+ "bounds": [15, 385]
+ },
+ {
+ "name": "Frame Scroll Corner Layer",
+ "position": [385, 385],
+ "bounds": [15, 15],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698