No bug - Remove unused duplicate test.

This test was added while content/xml was moved to dom/xml. When the move
was backed out, the test remained in both places (though it is only run from
content/).
This commit is contained in:
Ms2ger 2014-07-06 17:18:58 +02:00
Родитель 5a45201ffe
Коммит 549ba18008
1 изменённых файлов: 0 добавлений и 15 удалений

Просмотреть файл

@ -1,15 +0,0 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
<![CDATA[
function boom()
{
document.createElement("head").innerHTML = "<";
}
]]>
</script></head>
<body onload="boom();"></body>
</html>