Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/animated-svg-as-image-transformed-offscreen-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/animated-svg-as-image-transformed-offscreen-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/animated-svg-as-image-transformed-offscreen-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3ce4dc4335974955b6fbc74c0b2bc7c9ec3908dd |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/animated-svg-as-image-transformed-offscreen-expected.txt |
@@ -0,0 +1,23 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [2008, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "name": "LayoutBlockFlow DIV id='targetDiv'", |
+ "position": [8, 8], |
+ "bounds": [2000, 2000], |
+ "drawsContent": true, |
+ "transform": [ |
+ [1, 0, 0, 0], |
+ [0, 1, 0, 0], |
+ [0, 0, 1, 0], |
+ [0, -1000, 0, 1] |
+ ] |
+ } |
+ ] |
+} |
+ |