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
/
377461-1.xhtml
blob
adeaaaccfc67dbf4c25140bd56688778ff124c8d
1
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
2
<head>
3
<script>
4
function
boom
()
5
{
6
var
div
=
document
.
getElementById
(
"div"
);
7
div
.
textContent
=
"
\uFDDE\r\uFDDE
"
;
8
}
9
10
</script>
11
</head>
12
13
<body
onload
=
"boom();"
>
14
<div
id
=
"div"
></div>
15
</body>
16
</html>