no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / layout / forms / crashtests / 457537-1.html
blob167d3b70769a44ca818283c3d88b404c8227cc8a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
6 function boom()
8 window.addEventListener("DOMAttrModified", function(){});
9 document.body.appendChild(document.createElement("input"));
12 </script>
13 </head>
15 <body onload="boom();"></body>
17 </html>