| Index: third_party/WebKit/LayoutTests/css3/flexbox/repaint-on-layout-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-on-layout-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-on-layout-expected.txt
|
| index 8b51b73c3474f189c78d3580b395dd404479dd8c..25c2c0fcea0b4e94678c502f3adf6a93a281cad6 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-on-layout-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-on-layout-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -15,21 +17,23 @@
|
| "object": "LayoutBlockFlow DIV id='badge'",
|
| "rect": [712, 8, 80, 20],
|
| "reason": "layoutObject removal"
|
| - },
|
| - {
|
| - "object": "InlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "reason": "bounds change"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='badge'",
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV class='state'",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|