| <!doctype html> |
| <html> |
| <head> |
| <style> |
| #green1 { position: absolute; background-color: green; width: 100px; height: 50px; top: 150px; } |
| #green2 { position: absolute; background-color: green; width: 100px; height: 50px; top: 250px; } |
| </style> |
| </head> |
| <body> |
| <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=74135"> Auto width is not working for regions</a>.</p> |
| <p>The regions are absolutely positioned, non replaced element.</p> |
| <p>In this case, the regions have the same width, based on the same flow thread min/max content.</p> |
| <p>On success, you should not see a red rectangle below.</p> |
| <div id="green1"></div> |
| <div id="green2"></div> |
| </body> |
| </html> |