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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 782a82cf42e0d933e7a31f3d61ff08717f49f69c..504ee3a3b55cb57f4c9809d678a4656ad824c855 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,42 +1,51 @@
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": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"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
@@ -46,6 +55,7 @@ Even though the fixed-position element's container is nonscrollable, it should s
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'",
"position": [10, 100],
"bounds": [100, 100],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698