blob: 15586fe42fa27db85ec0423f23e34e7f72881081 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
Passes if the test does not crash.
<svg><mask id="fake-clip-path"></mask></svg>
<div style="-webkit-clip-path: url(#fake-clip-path)"></div>
<script>
if(window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>