Index: third_party/WebKit/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt |
index 50a714df33e3883849f05161a4fa100561be24c5..1d7eab26ea41fb8208979b060ddcd32e92b38dd0 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt |
@@ -1,36 +1,44 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow DIV id='scroller'", |
"position": [8, 8], |
"bounds": [202, 202], |
"shouldFlattenTransform": false, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "Scrolling Layer", |
"position": [1, 1], |
"bounds": [185, 185], |
"shouldFlattenTransform": false, |
"children": [ |
{ |
+ "name": "Scrolling Contents Layer", |
"bounds": [185, 1025], |
"drawsContent": true |
} |
] |
}, |
{ |
+ "name": "Overflow Controls Host Layer", |
"bounds": [202, 202], |
"children": [ |
{ |
+ "name": "Horizontal Scrollbar Layer", |
"position": [1, 186], |
"bounds": [185, 15] |
}, |
{ |
+ "name": "Vertical Scrollbar Layer", |
"position": [186, 1], |
"bounds": [15, 185], |
"paintInvalidations": [ |
@@ -42,6 +50,7 @@ |
] |
}, |
{ |
+ "name": "Scroll Corner Layer", |
"position": [186, 186], |
"bounds": [15, 15], |
"drawsContent": true |