зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
5a45201ffe
Коммит
549ba18008
|
@ -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>
|
Загрузка…
Ссылка в новой задаче