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
Bumping manifests a=b2g-bump
[gecko.git]
/
dom
/
base
/
crashtests
/
852381.html
blob
7e8dd47f812ccbfb021ea60809ed16b4059c7855
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"UTF-8"
>
5
<script>
6
7
function
boom
()
8
{
9
var
z
=
document
.
createElement
(
"legend"
);
10
document
.
documentElement
.
appendChild
(
z
);
11
z
.
style
.
display
=
"table-column-group"
;
12
window
.
find
(
"?"
);
13
z
.
focus
();
14
}
15
16
</script>
17
</head>
18
<body
onload
=
"boom();"
></body>
19
</html>