repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git]
/
layout
/
forms
/
crashtests
/
457537-1.html
blob
167d3b70769a44ca818283c3d88b404c8227cc8a
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script
type
=
"text/javascript"
>
5
6
function
boom
()
7
{
8
window
.
addEventListener
(
"DOMAttrModified"
,
function
(){});
9
document
.
body
.
appendChild
(
document
.
createElement
(
"input"
));
10
}
11
12
</script>
13
</head>
14
15
<body
onload
=
"boom();"
></body>
16
17
</html>