Sign in
webkit
/
WebKit
/
9be710ffe67eb7fe627244cbeb3d21e8246cf915
/
.
/
LayoutTests
/
fast
/
regions
/
outline-sides-in-region-expected.html
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>
</h1>
</div>
</div>
<div>
<h1>
</h1>
</div>
</body>