blob: 10da846c09e1cab3d6e00c2d21d275a7dd11f5d0 [file] [log] [blame]
<html>
<body>
<div style="outline:solid 3px #1f5ccf; background-color: lightblue; margin: 20px">
<p>There should be one outline around the whole div</p>
<p style="margin-left: -20px">Not around each element</p>
</div>
<div style="outline-style: auto; background-color: lightblue; margin: 20px">
<p>There should be one outline around the whole div</p>
<p style="margin-left: -20px">Not around each element</p>
</div>
</body>
</html>