diff --git a/tests/images.html b/tests/images.html index 894e1a1..e7f6e18 100644 --- a/tests/images.html +++ b/tests/images.html @@ -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>