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 --- ...rsetvaluenomodificationallowederrEE.xml.notimpl | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 test/testcases/tests/level1/core/attrsetvaluenomodificationallowederrEE.xml.notimpl (limited to 'test/testcases/tests/level1/core/attrsetvaluenomodificationallowederrEE.xml.notimpl') diff --git a/test/testcases/tests/level1/core/attrsetvaluenomodificationallowederrEE.xml.notimpl b/test/testcases/tests/level1/core/attrsetvaluenomodificationallowederrEE.xml.notimpl new file mode 100644 index 0000000..cdc72b1 --- /dev/null +++ b/test/testcases/tests/level1/core/attrsetvaluenomodificationallowederrEE.xml.notimpl @@ -0,0 +1,65 @@ + + + + + +attrSetValueNoModificationAllowedErrEE +Curt Arnold + + The "setValue()" method for an attribute causes the + DOMException NO_MODIFICATION_ALLOWED_ERR to be raised + if the node is readonly. + + Create an entity reference using document.createEntityReference() + Get the "domestic" attribute from the entity + reference and execute the "setValue()" method. + This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. + +2001-08-22 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3