| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-above-fixed-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-above-fixed-2-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-above-fixed-2-expected.txt
|
| index 3646c3f0a15c503d96b4162745b8c66b879da4c4..414009bcd258527731213981ea57fe29c2dd5921 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-above-fixed-2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-above-fixed-2-expected.txt
|
| @@ -2,14 +2,17 @@ This scenario verifies that the cyan "container" element scrolls properly with s
|
|
|
| CASE 1, original layer tree:
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [785, 4050],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [785, 4050],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| "bounds": [400, 200],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -17,6 +20,7 @@ CASE 1, original layer tree:
|
| "backgroundColor": "#0000FF",
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow DIV id='compositedInsideFixed'",
|
| "bounds": [50, 50],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -26,6 +30,7 @@ CASE 1, original layer tree:
|
| ]
|
| },
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='container'",
|
| "position": [100, 50],
|
| "bounds": [200, 4000],
|
| "contentsOpaque": true,
|
| @@ -38,14 +43,17 @@ CASE 1, original layer tree:
|
| }
|
| CASE 2, scrolling y to 80, the "container" element should remain positioned with respect to the scrolled document, the fixed-pos layer compensates for the new scroll position:
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [785, 4050],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [785, 4050],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| "position": [0, 80],
|
| "bounds": [400, 200],
|
| "contentsOpaque": true,
|
| @@ -54,6 +62,7 @@ CASE 2, scrolling y to 80, the "container" element should remain positioned with
|
| "backgroundColor": "#0000FF",
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow DIV id='compositedInsideFixed'",
|
| "bounds": [50, 50],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -63,6 +72,7 @@ CASE 2, scrolling y to 80, the "container" element should remain positioned with
|
| ]
|
| },
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='container'",
|
| "position": [100, 50],
|
| "bounds": [200, 4000],
|
| "contentsOpaque": true,
|
|
|