repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git]
/
gfx
/
thebes
/
crashtests
/
394246-1.html
blob
e09facb8b283abc7cb97e81e25f9414607f17338
1
<html>
2
<head>
3
<script>
4
function
boom
()
5
{
6
var
div
=
document
.
getElementById
(
"div"
);
7
div
.
innerHTML
=
div
.
innerHTML
.
slice
(
1
);
8
}
9
</script>
10
</head>
11
<body
onload
=
"boom();"
>
12
13
<div
id
=
"div"
>
t
14
́
</div>
15
16
</body></html>