From bb0bf3763647fbdc63509f065db473fe7bd8a60c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 30 Jul 2009 11:06:01 +0000 Subject: Merge DOMTS tests -- they're causing havoc with review diffs. svn path=/trunk/dom/; revision=8910 --- ...nstructionsetdatanomodificationallowederrEE.xml | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml (limited to 'test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml') diff --git a/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml new file mode 100644 index 0000000..8c99919 --- /dev/null +++ b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml @@ -0,0 +1,57 @@ + + + + + +processinginstructionSetDataNoModificationAllowedErrEE +Curt Arnold + + The "setData(data)" method for a processing instruction causes the + DOMException NO_MODIFICATION_ALLOWED_ERR to be raised + if the node is readonly. + + Create an ent4 entity reference and add to document 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 "setData(data)" method. + This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. + +2001-08-21 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3