blob: 50951e004fbf147eb564d1bfdca720fb1d5417a5 [file]
<!DOCTYPE html>
<html>
<head>
<style>
#shape-inside {
font: 100px/1 Ahem, sans-serif;
white-space: pre;
color: green;
width: 300px;
height: 300px;
}
</style>
</head>
<body>
Requires Ahem font. Tests that inline content avoids the border radius of a rounded rectangle.
Should display five green boxes in the shape of a plus.
<div id="shape-inside"> X <br/>XXX<br/> X </div>
</body>
</html>