<!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> |