| Index: LayoutTests/fast/dom/Element/attrisid-extra01.html
|
| diff --git a/LayoutTests/fast/dom/Element/attrisid-extra01.html b/LayoutTests/fast/dom/Element/attrisid-extra01.html
|
| deleted file mode 100644
|
| index d69d362875a94539961b67e19816cecd5238d6a8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/Element/attrisid-extra01.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../../resources/js-test.js"></script>
|
| -</head>
|
| -<body>
|
| -
|
| -<script>
|
| -description("Test Attr.isId where Attr is created without element.");
|
| -
|
| -var attr = document.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
|
| -shouldBeFalse('attr.isId');
|
| -
|
| -var attr = document.createAttributeNS("","id");
|
| -shouldBeTrue('attr.isId');
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|