OLD | NEW |
1 <style> | 1 <style> |
2 div { width: 100px; height: 100px; margin: 8px; background-image: url(resour
ces/blue-2x32.png); border: solid; } | 2 div { width: 100px; height: 100px; margin: 8px; background-image: url(resour
ces/blue-2x32.png); border: solid; } |
3 </style> | 3 </style> |
4 <p> | 4 <p> |
5 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15750">REGRESSIO
N(r27173): Web Inspector freezes beneath Image::drawPattern()</a> Bug</i>. | 5 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15750">REGRESSIO
N(r27173): Web Inspector freezes beneath Image::drawPattern()</a> Bug</i>. |
6 </p> | 6 </p> |
7 <p> | 7 <p> |
8 There should be four empty squares with black borders. WebKit should not han
g or assert. | 8 There should be three empty squares with black borders and the last one shou
ld have blue background. WebKit should not hang or assert. |
9 </p> | 9 </p> |
10 <div style="background-size: 0 0;"></div> | 10 <div style="background-size: 0 0;"></div> |
11 <div style="background-size: 0 32px;"></div> | 11 <div style="background-size: 0 32px;"></div> |
12 <div style="background-size: 2px 0;"></div> | 12 <div style="background-size: 2px 0;"></div> |
13 <div style="background-size: auto 8px;"></div> | 13 <div style="background-size: auto 8px;"></div> |
OLD | NEW |