Index: third_party/WebKit/LayoutTests/svg/clip-path/clip-path-foreign-object-crash.html |
diff --git a/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-foreign-object-crash.html b/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-foreign-object-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1fc7286b314d91b8f464d75a02ee26ce332d3411 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-foreign-object-crash.html |
@@ -0,0 +1,11 @@ |
+<!doctype HTML> |
Xianzhu
2017/05/17 19:44:33
Does "*-crash.html" automatically avoid the text e
chrishtr
2017/05/17 21:25:24
Good point, fixed.
|
+<style> |
+ * { clip-path: url(); } |
+</style> |
+This test passes if it does not crash. |
+<svg> |
+ <foreignObject> |
+ <div> |
+ </div> |
+ </foreignObject> |
+</svg> |