haikuwebkit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-imagedata-ove...

20 lines
341 B
HTML

<!DOCTYPE html>
<html>
<style>
body { shape-outside: linear-gradient(to left, red 37%, transparent 37%); float: left; }
body,div { columns:74; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText()
</script>
<body>This test passes if there is no crash.
<content></content>
<div>
<div>AA\.AA;</div>
</body>
</html>