Index: third_party/WebKit/LayoutTests/fast/repaint/input-overflow-in-table-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/input-overflow-in-table-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/input-overflow-in-table-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d67bc9d0e933d13eceb52840db61b5e4a3272f54 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/input-overflow-in-table-expected.txt |
@@ -0,0 +1,26 @@ |
+{ |
+ "name": "Content Root Layer", |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='test'", |
+ "rect": [7, 7, 102, 22], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='test'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |