haikuwebkit/LayoutTests/fast/shapes/assert-when-rounded-rect-ov...

22 lines
385 B
HTML

<style>
div {
word-wrap: break-word;
orphans: 3;
padding: 100px;
-webkit-appearance: button;
transition: all 1s cubic-bezier(0,56,0.10,0.68);
height: 0px;
font-size: 32%;
}
*:last-of-type {
columns: 2;
widows: 3;
orphans: 2;
}
</style>
<div>PASS if no crash or assert.<audio controls=""></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>