From 8f547c7bd349e0dc905e0dc5f32edbf1e01061ce 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 --- .../tests/level2/core/nodeissupported02.xml | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 test/testcases/tests/level2/core/nodeissupported02.xml (limited to 'test/testcases/tests/level2/core/nodeissupported02.xml') diff --git a/test/testcases/tests/level2/core/nodeissupported02.xml b/test/testcases/tests/level2/core/nodeissupported02.xml new file mode 100644 index 0000000..4634873 --- /dev/null +++ b/test/testcases/tests/level2/core/nodeissupported02.xml @@ -0,0 +1,70 @@ + + + + + + + +nodeissupported02 +IBM + + The method "isSupported(feature,version)" Tests whether the DOM implementation + implements a specific feature and that feature is supported by this node. + + Call the isSupported method on a new attribute node with a combination of features + versions and versions as below. Valid feature names are case insensitive and versions + "2.0", "1.0" and if the version is not specified, supporting any version of the feature + should return true. Check if the value returned value was true. + +Neil Delima +2002-04-24 + + + + + + + + + + + +"XML" +"xmL" + + +"Core" +"CORE" + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3