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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-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/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
index 504ee3a3b55cb57f4c9809d678a4656ad824c855..ebc73b8b76cea5553cf248bdafd9fbb3cbbc896c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
@@ -1,68 +1,58 @@
Even though the fixed-position element's container is nonscrollable, it should still be composited because one of its ancestors is scrolling.
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='scrollable bigBox'",
+ "position": [8, 72],
+ "bounds": [302, 302],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "position": [1, 1],
+ "bounds": [285, 285],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [285, 800],
+ "drawsContent": true
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [302, 302]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [1, 286],
+ "bounds": [285, 15]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [286, 1],
+ "bounds": [15, 285]
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [286, 286],
+ "bounds": [15, 15],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'",
+ "position": [10, 100],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV class='scrollable bigBox'",
- "position": [8, 72],
- "bounds": [302, 302],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "position": [1, 1],
- "bounds": [285, 285],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [285, 800],
- "drawsContent": true
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [302, 302],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [1, 286],
- "bounds": [285, 15]
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [286, 1],
- "bounds": [15, 285]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [286, 286],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'",
- "position": [10, 100],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#00FF00"
- }
- ]
+ "backgroundColor": "#00FF00"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698