Index: third_party/WebKit/LayoutTests/svg/custom/resource-nesting-layout-cycle-2-expected.html |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/resource-nesting-layout-cycle-2-expected.html b/third_party/WebKit/LayoutTests/svg/custom/resource-nesting-layout-cycle-2-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7800ff90b8979f358918aa5be8c666e1908dc66a |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/custom/resource-nesting-layout-cycle-2-expected.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
fs
2016/03/02 20:49:40
This could be just the doctype (because it's an "e
Stephen Chennney
2016/03/02 20:57:54
Done.
|
+<html> |
+ <body> |
+ <svg width="100%" height="100%" mask="url(#m1)"> |
+ </svg> |
+ </body> |
+</html> |