| Index: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
|
| index 7368f0832f27366b3673e16aca447c6515fa9a37..b06a918ca9bad93b25f0212a81ecb9cd8cb7bfc5 100644
|
| --- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
|
| @@ -1,22 +1,27 @@
|
| {
|
| + "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": [200, 200],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "Scrolling Layer",
|
| "bounds": [185, 185],
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "Scrolling Contents Layer",
|
| "bounds": [185, 1200],
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| @@ -30,13 +35,16 @@
|
| ]
|
| },
|
| {
|
| + "name": "Overflow Controls Host Layer",
|
| "bounds": [200, 200],
|
| "children": [
|
| {
|
| + "name": "Horizontal Scrollbar Layer",
|
| "position": [0, 185],
|
| "bounds": [185, 15]
|
| },
|
| {
|
| + "name": "Vertical Scrollbar Layer",
|
| "position": [185, 0],
|
| "bounds": [15, 185],
|
| "paintInvalidations": [
|
| @@ -48,6 +56,7 @@
|
| ]
|
| },
|
| {
|
| + "name": "Scroll Corner Layer",
|
| "position": [185, 185],
|
| "bounds": [15, 15],
|
| "drawsContent": true
|
| @@ -58,6 +67,12 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='indicator'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|