invalid_url.html (239B)
1 <!DOCTYPE html> 2 <html> 3 <head></head> 4 <body> 5 <!-- 6 If invalid url isn't correctly handled, this test will crash when gfx.webrender.all=true 7 --> 8 <div style="padding: 1px; filter:url('data://not-valid-data');"></div> 9 </body> 10 </html>