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..cc100b2e61d90f3d987746ec5b66c4763de2dac3 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/border-image-outset-add-repaint-expected.txt |
@@ -0,0 +1,18 @@ |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='test'", |
+ "rect": [8, 8, 75, 75], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ] |
+} |
+ |