| Index: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
|
| index 3a005d3cbe220c4479d074db522d1c288b48c6f3..2e53aec4605a108b154fbe6e64eeb2db2b8f3b63 100644
|
| --- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-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='container'",
|
| "position": [8, 108],
|
| "bounds": [210, 210],
|
| "shouldFlattenTransform": false,
|
| @@ -20,34 +23,34 @@
|
| ],
|
| "children": [
|
| {
|
| + "name": "Scrolling Layer",
|
| "position": [5, 5],
|
| "bounds": [185, 185],
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "Scrolling Contents Layer",
|
| "bounds": [400, 400],
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='container'",
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| }
|
| ]
|
| },
|
| {
|
| + "name": "Overflow Controls Host Layer",
|
| "bounds": [210, 210],
|
| "children": [
|
| {
|
| + "name": "Horizontal Scrollbar Layer",
|
| "position": [5, 190],
|
| "bounds": [185, 15]
|
| },
|
| {
|
| + "name": "Vertical Scrollbar Layer",
|
| "position": [190, 5],
|
| "bounds": [15, 185]
|
| },
|
| {
|
| + "name": "Scroll Corner Layer",
|
| "position": [190, 190],
|
| "bounds": [15, 15],
|
| "drawsContent": true
|
| @@ -58,6 +61,12 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='container'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|