<!DOCTYPE html> | |
<style> | |
body { | |
font: calc( 10000 * 1000% )/calc( 10000 * 1000% ) sans-serif; | |
} | |
p { | |
-webkit-shape-outside: circle(); | |
float: right; | |
} | |
</style> | |
<body> | |
<p>This test passes if it doesn't crash.</p> | |
</body> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> |