blob: df83dc95193a94f2df19e9afd14b486e721ea41f [file]
<!DOCTYPE html>
<html>
<head>
<style>
p {
font-size: 30px;
width: 100px;
}
.outlined {
outline: 1px solid red;
border-radius: calc(100% - 1px);
}
</style>
</head>
<body>
This passes if it does not crash.
<p>xxx <span class="outlined">xx xxxx</span></p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>