| Index: trunk/Source/web/tests/data/pageserializer/namespace/namespace_element.html
|
| ===================================================================
|
| --- trunk/Source/web/tests/data/pageserializer/namespace/namespace_element.html (revision 162155)
|
| +++ trunk/Source/web/tests/data/pageserializer/namespace/namespace_element.html (working copy)
|
| @@ -1,14 +0,0 @@
|
| -<!-- This page is used to test that namespace elements are retrieved
|
| - correctly by the PageSerializer.
|
| --->
|
| -<html>
|
| -<body>
|
| -
|
| -<script>
|
| -document.addEventListener("DOMContentLoaded", function () {
|
| - document.body.appendChild(document.createElementNS("", "ns"));
|
| -});
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|