Index: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/reflection-repaint-test-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/reflection-repaint-test-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/reflection-repaint-test-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..72790fcefbde3354f1561aa780a61265683c22ef |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/reflection-repaint-test-expected.txt |
@@ -0,0 +1,41 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "rect": [22, 50, 226, 167], |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [23, 51, 70, 109], |
+ "reason": "full" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "InlineTextBox 'PASS'", |
+ "reason": "full" |
+ } |
+ ] |
+} |
+ |