tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / border-height.html
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p>The very tall div below (> 4095 pixels) should have a 1-pixel dotted border on the right and bottom and
5 a wider solid border on the left.</p>
6   <div style="width:500px; height:4096px; border-left: 4px solid #8394B2; border-right: 1px dotted #000; border-bottom: 1px dotted #000;"></div>
7 </body>
8 </html>