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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-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/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 de97ec2835a536791ec2e453704cf5d0cc39a68a..c1061fbbfe57c179ff8ff635ed5170e08749743c 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,12 +1,15 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV id='intervening'",
"position": [98, 90],
"bounds": [300, 300],
"contentsOpaque": true,
@@ -15,16 +18,19 @@
"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]
}
]
@@ -34,6 +40,7 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
"position": [60, 60],
"bounds": [80, 80],
"contentsOpaque": true,
@@ -41,9 +48,11 @@
"backgroundColor": "#008000"
},
{
+ "name": "Squashing Containment Layer",
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='scrolled'",
"position": [103, 95],
"bounds": [60, 40],
"contentsOpaque": true,
@@ -51,6 +60,7 @@
"backgroundColor": "#0000FF"
},
{
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='scrolled')",
"position": [103, 139],
"bounds": [60, 128],
"drawsContent": true
@@ -58,10 +68,12 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"position": [98, 90],
"bounds": [102, 102],
"children": [
{
+ "name": "Vertical Scrollbar Layer",
"position": [94, 1],
"bounds": [7, 100]
}

Powered by Google App Engine
This is Rietveld 408576698