haikuwebkit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-large-zoom.html

25 lines
377 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body, head, style {
display: inline;
float: left;
shape-margin: 0;
shape-outside: radial-gradient(green 0, green 0);
zoom: 41234567890123;
}
style, script {
visibility: hidden;
}
</style>
</head>
<body>
This test passes if it doesn't crash.
<script>
if (window.testRunner)
testRunner.dumpAsText()
</script>
</body>
</html>