blob: 02ef0f28bf8e4904ab2cb17787599c2da0c1b102 [file] [log] [blame]
mihnea@adobe.com813850a2012-09-11 08:07:36 +00001<!doctype html>
2<html>
3 <head>
4 <style>
5 #article { -webkit-flow-into: flow; font-size: 25px; line-height: 2; text-align: justify; color:#a0a0a0; font-family: Ahem; }
6 #region { -webkit-flow-from: flow; height: 400px; min-width: 200px; }
7 #container { width: 100px; }
8 </style>
9 </head>
10 <body>
11 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=74135"> Auto width is not working for regions</a>.</p>
12 <p>The region is a block level, non replaced element in normal flow, having min-width specified.</p>
13 <p>On success, you should see a single gray line below.</p>
14 <div id="article">
15 <span style="background-color:#a0a0a0">
16 aa aa aa
17 </span>
18 </div>
19 <div id="container">
20 <div id="region"></div>
21 </div>
22 </body>
23</html>