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
/
tables
/
crashtests
/
379687-1.html
blob
e16cc22a69ad23d8a10aa89c9c358508740cf60c
1
<html
style
=
"display: inline-table;"
class
=
"reftest-wait"
>
2
<head>
3
<script>
4
function
boom
()
5
{
6
document
.
documentElement
.
style
.
overflow
=
"auto"
;
7
document
.
documentElement
.
removeAttribute
(
"class"
);
8
}
9
</script>
10
</head>
11
<body
onload
=
"setTimeout(boom, 30);"
>
12
Foo
13
</body>
14
</html>