| <!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> |