Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / style / crashtests / 437170-1.html
blobaf6fa1d6621b3d8c6f715b5d5b12f7a96008cbc6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 html img { color: blue; }
6 </style>
7 <script>
9 function boom()
11 var r = document.createRange();
12 r.selectNodeContents(document.documentElement);
13 r.cloneContents();
15 </script>
16 </head>
18 <body onload="boom();">
20 <img src="data:image/gif,GIF87a%02%00%02%00%B3%00%00%00%00%00%FF%FF%FF%00%00%00%00%00%00%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%2C%00%00%00%00%02%00%02%00%00%04%03%90H%12%00%3B" onload="window.getComputedStyle(this, null).getPropertyValue('color');">
22 </body>
23 </html>