| <style> |
| div { width: 100px; height: 100px; margin: 8px; background-image: url(resources/blue-2x32.png); border: solid; } |
| </style> |
| <p> |
| Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15750">REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()</a> Bug</i>. |
| </p> |
| <p> |
| There should be four empty squares with black borders. WebKit should not hang or assert. |
| </p> |
| <div style="background-size: 0 0;"></div> |
| <div style="background-size: 0 32px;"></div> |
| <div style="background-size: 2px 0;"></div> |
| <div style="background-size: auto 8px;"></div> |