Chromium Code Reviews| 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..5c9a9f41e3c13c3868f27f8c231a1bb16c36f116 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-foreign-object-crash.html |
| @@ -0,0 +1,16 @@ |
| +<!doctype HTML> |
| +<script src="../../resources/testharness.js"></script> |
| +<script src="../../resources/testharnessreport.js"></script> |
| +<style> |
| + * { clip-path: url(); } |
| +</style> |
| +This test passes if it does not crash. |
| +<svg> |
| + <foreignObject> |
| + <div> |
| + </div> |
| + </foreignObject> |
| +</svg> |
| +<script> |
| +test(function() {}); |
| +</script> |