add test for image without src attribute

This commit is contained in:
Obexer Christoph 2011-12-21 23:00:44 +01:00
parent 50f5f53e2b
commit c57ed30c3e

View File

@ -58,7 +58,9 @@
<img src="image.jpg" style="width:0px;height:0px;" />
<canvas id="testcanvas" style="width:100px;height:100px;"></canvas>
<br />
Image without src attribute, should not crash:
<img style="width:50px;height:50px;border:1px solid red;display:block;" />
</body>
</html>