blob: a3bf2309ae2eb7cf63d1a8c0a38cf83d912f8433 [file] [log] [blame]
<!DOCTYPE html>
<style>
.box {
width: 400px;
height: 200px;
box-sizing: border-box;
border-bottom-right-radius: 200px;
border: 60px solid green;
background-color: yellow;
</style>
<div class="box"></div>
PASS: did not crash.
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>