From 6e23a29ef1d29294f00acdebc7a2263b373d3c5f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 24 Mar 2012 10:07:15 +0000 Subject: Re-disable all known fails svn path=/trunk/libdom/; revision=13584 --- ...veattributenomodificationallowederrEE.xml.kfail | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 test/testcases/tests/level1/core/elementremoveattributenomodificationallowederrEE.xml.kfail (limited to 'test/testcases/tests/level1/core/elementremoveattributenomodificationallowederrEE.xml.kfail') diff --git a/test/testcases/tests/level1/core/elementremoveattributenomodificationallowederrEE.xml.kfail b/test/testcases/tests/level1/core/elementremoveattributenomodificationallowederrEE.xml.kfail new file mode 100644 index 0000000..79248df --- /dev/null +++ b/test/testcases/tests/level1/core/elementremoveattributenomodificationallowederrEE.xml.kfail @@ -0,0 +1,53 @@ + + + + + +elementRemoveAttributeNoModificationAllowedErrEE +Curt Arnold + + The "removeAttribute(name)" method for an attribute causes the + DOMException NO_MODIFICATION_ALLOWED_ERR to be raised + if the node is readonly. + + Create an reference the entity ent4 and add it to the THIRD "gender" element. + Try to remove the "domestic" attribute from the entity reference by executing the "removeAttribute(name)" method. + This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. + +2001-08-21 + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3