blob: 5c9a9f41e3c13c3868f27f8c231a1bb16c36f116 [file] [log] [blame]
<!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>