Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / auto-size / autowidth-normalflow-minwidth-expected.html
1 <!doctype html>
2 <html>
3     <head>
4         <style>
5             #gray { width: 200px; height: 400px; font-size: 25px; line-height: 2; text-align: justify; color: #a0a0a0; font-family: Ahem; }
6         </style>
7     </head>
8     <body>
9         <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=74135"> Auto width is not working for regions</a>.</p>
10         <p>The region is a block level, non replaced element in normal flow, having min-width specified.</p>
11         <p>On success, you should see a single gray line below.</p>
12         <div id="gray">
13             <span style="background-color:#a0a0a0">
14             aa aa aa
15             </span>
16         </div>
17     </body>
18 </html>