From 85ad24b2f105681e9e4dcb0e138668bda706b628 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 7 Jul 2012 17:11:34 +0100 Subject: DOMTSHandler: Enable support for HTMLCollection and enable another form test --- .../tests/level1/html/HTMLFormElement01.xml | 45 ++++++++++++++++++++++ .../tests/level1/html/HTMLFormElement01.xml.kfail | 45 ---------------------- 2 files changed, 45 insertions(+), 45 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLFormElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLFormElement01.xml.kfail (limited to 'test/testcases/tests') diff --git a/test/testcases/tests/level1/html/HTMLFormElement01.xml b/test/testcases/tests/level1/html/HTMLFormElement01.xml new file mode 100644 index 0000000..057fac5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLFormElement01.xml @@ -0,0 +1,45 @@ + + + + + + + +HTMLFormElement01 +NIST + + The elements attribute specifies a collection of all control element + in the form. + + Retrieve the elements attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLFormElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLFormElement01.xml.kfail deleted file mode 100644 index 057fac5..0000000 --- a/test/testcases/tests/level1/html/HTMLFormElement01.xml.kfail +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - -HTMLFormElement01 -NIST - - The elements attribute specifies a collection of all control element - in the form. - - Retrieve the elements attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - -- cgit v1.2.3