| Index: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selected-replaced-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
|
| similarity index 51%
|
| rename from third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selected-replaced-expected.txt
|
| rename to third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
|
| index 4207cf108c9df9f8802ce52c3172878fc8e0417d..03acc3b44d184ca8075371cbd2c870667e93a6bf 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selected-replaced-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
|
| @@ -1,7 +1,7 @@
|
| {
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -9,28 +9,34 @@
|
| {
|
| "object": "LayoutBlockFlow (anonymous)",
|
| "rect": [8, 68, 784, 236],
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "forced by layout"
|
| },
|
| {
|
| "object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
|
| "rect": [8, 148, 214, 232],
|
| - "reason": "bounds change"
|
| + "reason": "forced by layout"
|
| },
|
| {
|
| "object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
|
| "rect": [8, 68, 214, 232],
|
| - "reason": "bounds change"
|
| - },
|
| - {
|
| - "object": "InlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| + "reason": "forced by layout"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
|
| + "reason": "forced by layout"
|
| + }
|
| ]
|
| }
|
|
|
|
|