From bf1319e7a5b17ba255e05738b6138141e54c3e1b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Dec 2010 12:01:07 +0000 Subject: Remove vestigial domts C file and mark all known failures so test suite for level1/core passes svn path=/trunk/dom/; revision=10998 --- ...removeattributenodenomodificationallowederr.xml | 67 ---------------------- 1 file changed, 67 deletions(-) delete mode 100644 test/testcases/tests/level1/core/elementremoveattributenodenomodificationallowederr.xml (limited to 'test/testcases/tests/level1/core/elementremoveattributenodenomodificationallowederr.xml') diff --git a/test/testcases/tests/level1/core/elementremoveattributenodenomodificationallowederr.xml b/test/testcases/tests/level1/core/elementremoveattributenodenomodificationallowederr.xml deleted file mode 100644 index b8ed52a..0000000 --- a/test/testcases/tests/level1/core/elementremoveattributenodenomodificationallowederr.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - -elementRemoveAttributeNodeNoModificationAllowedErr -NIST - - The "removeAttributeNode(oldAttr)" method for an attribute causes the - DOMException NO_MODIFICATION_ALLOWED_ERR to be raised - if the node is readonly. - - Obtain the children of the THIRD "gender" element. The elements - content is an entity reference. Try to remove the "domestic" attribute - from the entity reference by executing the "removeAttributeNode(oldAttr)" method. - This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3