blob: f72a10e4d05348978762df47b19b4b36dcb5d8c2 [file] [log] [blame]
<!-- this test should display two identical yellow squares -->
<style type="text/css">
h1{
outline: 5px solid yellow;
}
div{
width:200px;
height:200px;
}
</style>
<body>
<div>
<div>
<h1>&nbsp;</h1>
</div>
</div>
<div>
<h1>&nbsp;</h1>
</div>
</body>