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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-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/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
index c1061fbbfe57c179ff8ff635ed5170e08749743c..9bbae17c11cfa6a5f52d990f1a3edc98a1da8020 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
@@ -1,85 +1,71 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='intervening'",
+ "position": [98, 90],
+ "bounds": [300, 300],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backfaceVisibility": "hidden",
+ "backgroundColor": "#FFEFD5"
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "bounds": [102, 102],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "position": [1, 1],
+ "bounds": [100, 100],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [100, 180]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
+ "position": [60, 60],
+ "bounds": [80, 80],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='intervening'",
- "position": [98, 90],
- "bounds": [300, 300],
- "contentsOpaque": true,
- "drawsContent": true,
- "backfaceVisibility": "hidden",
- "backgroundColor": "#FFEFD5",
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='scroller'",
- "bounds": [102, 102],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "position": [1, 1],
- "bounds": [100, 100],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [100, 180]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
- "position": [60, 60],
- "bounds": [80, 80],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='scrolled'",
- "position": [103, 95],
- "bounds": [60, 40],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='scrolled')",
- "position": [103, 139],
- "bounds": [60, 128],
- "drawsContent": true
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "position": [98, 90],
- "bounds": [102, 102],
- "children": [
- {
- "name": "Vertical Scrollbar Layer",
- "position": [94, 1],
- "bounds": [7, 100]
- }
- ]
- }
- ]
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='scrolled'",
+ "position": [103, 95],
+ "bounds": [60, 40],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='scrolled')",
+ "position": [103, 139],
+ "bounds": [60, 128],
+ "drawsContent": true
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "position": [98, 90],
+ "bounds": [102, 102]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [94, 1],
+ "bounds": [7, 100]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698