gecko-dev/gfx/tests/crashtests/393746-1.xhtml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 строки
263 B
HTML
Исходник Обычный вид История

2008-01-07 03:15:08 +03:00
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
var text = document.createTextNode("t");
document.getElementById("foo").appendChild(text);
}
</script>
</head>
<body onload="boom();" dir="rtl"><b id="foo"></b> x </body>
</html>