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