Index: third_party/WebKit/LayoutTests/fast/repaint/border-image-outset-add-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-image-outset-add-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/border-image-outset-add-repaint-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f2ad1c180c77c0f28d00c252836d03a076130abd |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/border-image-outset-add-repaint-expected.txt |
@@ -0,0 +1,19 @@ |
+CONSOLE WARNING: Elements using the 'border-image' CSS property with no 'border-style' set should have no border, but currently do. Setting 'border-style' will be required in M51, around May 2016. See https://www.chromestatus.com/features/5542503914668032 for more details. |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 126, 126], |
+ [-97, -97, 381, 381] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='test'" |
+ ] |
+ } |
+ ] |
+} |
+ |