From df84e73e91ae50e2fa8f2c3cd4ca264b6f4052cf Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 2 Nov 2012 20:39:42 +0000 Subject: Disable validation of element and attribute names in HTML DOM trees --- ...aracterexceptioncreateelement.xml.not-for-html5 | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xml.not-for-html5 (limited to 'test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xml.not-for-html5') diff --git a/test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xml.not-for-html5 b/test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xml.not-for-html5 new file mode 100644 index 0000000..9adca61 --- /dev/null +++ b/test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xml.not-for-html5 @@ -0,0 +1,44 @@ + + + + + +hc_documentInvalidCharacterExceptionCreateElement +Curt Arnold + + The "createElement(tagName)" method raises an + INVALID_CHARACTER_ERR DOMException if the specified + tagName contains an invalid character. + + Retrieve the entire DOM document and invoke its + "createElement(tagName)" method with the tagName equal + to the string "invalid^Name". Due to the invalid + character the desired EXCEPTION should be raised. + + +2002-06-09 + + + + + + + + + + + + + + + -- cgit v1.2.3