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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt

Issue 2267943002: Rebaseline compositing/overflow/clear-scroll-parent.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Additional expectation. Created 4 years, 4 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/clear-scroll-parent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
index a7e022e77fc9f7aa6391e9e2e8064ab5d2ad31a4..6bec196a86379ae5205e0b58c93a4347fcec4335 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
@@ -1,36 +1,45 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV class='container'",
"position": [8, 8],
"bounds": [308, 208],
"shouldFlattenTransform": false,
"drawsContent": true,
+ "backgroundColor": "#00FF007F",
"children": [
{
+ "name": "Scrolling Layer",
"position": [4, 4],
"bounds": [285, 200],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [285, 530],
"drawsContent": true
}
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [308, 208],
"children": [
{
+ "name": "Vertical Scrollbar Layer",
"position": [289, 4],
"bounds": [15, 185]
},
{
+ "name": "Scroll Corner Layer",
"position": [289, 189],
"bounds": [15, 15],
"drawsContent": true
@@ -40,6 +49,7 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
"position": [50, 200],
"bounds": [200, 200],
"contentsOpaque": true,
@@ -47,32 +57,35 @@
"backgroundColor": "#008000"
},
{
- "position": [4, 4],
+ "name": "Ancestor Clipping Layer",
+ "position": [12, 12],
"bounds": [80, 80],
"shouldFlattenTransform": false,
"hasScrollParent": true,
"children": [
{
- "position": [18, 18],
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box red'",
+ "position": [10, 10],
"bounds": [100, 100],
- "contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#FF0000"
+ "backgroundColor": "#FF00007F"
}
]
},
{
+ "name": "Squashing Containment Layer",
"shouldFlattenTransform": false,
"hasScrollParent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
"position": [22, 102],
"bounds": [100, 100],
- "contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#0000FF"
+ "backgroundColor": "#0000FF7F"
},
{
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
"position": [22, 212],
"bounds": [100, 320],
"drawsContent": true

Powered by Google App Engine
This is Rietveld 408576698