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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-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/overflow/clear-scroll-parent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
index 6bec196a86379ae5205e0b58c93a4347fcec4335..3dcfc7bcd5e4938fc0918a5c8e206cfe36ddee24 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
@@ -1,98 +1,84 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='container'",
+ "position": [8, 8],
+ "bounds": [308, 208],
+ "shouldFlattenTransform": false,
+ "drawsContent": true,
+ "backgroundColor": "#00FF007F"
+ },
+ {
+ "name": "Scrolling Layer",
+ "position": [4, 4],
+ "bounds": [285, 200],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [285, 530],
+ "drawsContent": true
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [308, 208]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [289, 4],
+ "bounds": [15, 185]
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [289, 189],
+ "bounds": [15, 15],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
+ "position": [50, 200],
+ "bounds": [200, 200],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "Ancestor Clipping Layer",
+ "position": [12, 12],
+ "bounds": [80, 80],
+ "shouldFlattenTransform": false,
+ "hasScrollParent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box red'",
+ "position": [10, 10],
+ "bounds": [100, 100],
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV class='container'",
- "position": [8, 8],
- "bounds": [308, 208],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "backgroundColor": "#00FF007F",
- "children": [
- {
- "name": "Scrolling Layer",
- "position": [4, 4],
- "bounds": [285, 200],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [285, 530],
- "drawsContent": true
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [308, 208],
- "children": [
- {
- "name": "Vertical Scrollbar Layer",
- "position": [289, 4],
- "bounds": [15, 185]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [289, 189],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
- "position": [50, 200],
- "bounds": [200, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "Ancestor Clipping Layer",
- "position": [12, 12],
- "bounds": [80, 80],
- "shouldFlattenTransform": false,
- "hasScrollParent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='box red'",
- "position": [10, 10],
- "bounds": [100, 100],
- "drawsContent": true,
- "backgroundColor": "#FF00007F"
- }
- ]
- },
- {
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "hasScrollParent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
- "position": [22, 102],
- "bounds": [100, 100],
- "drawsContent": true,
- "backgroundColor": "#0000FF7F"
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
- "position": [22, 212],
- "bounds": [100, 320],
- "drawsContent": true
- }
- ]
- }
- ]
+ "backgroundColor": "#FF00007F"
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false,
+ "hasScrollParent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
+ "position": [22, 102],
+ "bounds": [100, 100],
+ "drawsContent": true,
+ "backgroundColor": "#0000FF7F"
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
+ "position": [22, 212],
+ "bounds": [100, 320],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698