tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / outline-auto-location.html
1 <html>
2         <body>
3                 <div style="outline:solid 3px #1f5ccf; background-color: lightblue; margin: 20px">
4                         <p>There should be one outline around the whole div</p>
5                         <p style="margin-left: -20px">Not around each element</p>
6                 </div>
7                 <div style="outline-style: auto; background-color: lightblue; margin: 20px">
8                         <p>There should be one outline around the whole div</p>
9                         <p style="margin-left: -20px">Not around each element</p>
10                 </div>
11         </body>
12 </html>