From 0e1e4d37536c26a20a95960d819d68f61acff8fc Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 7 Jul 2012 13:19:13 +0100 Subject: HTMLHtmlElement: Add support for version attribute and enable test --- .../tests/level1/html/HTMLHtmlElement01.xml | 47 ++++++++++++++++++++++ .../tests/level1/html/HTMLHtmlElement01.xml.kfail | 47 ---------------------- 2 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLHtmlElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLHtmlElement01.xml.kfail (limited to 'test/testcases') diff --git a/test/testcases/tests/level1/html/HTMLHtmlElement01.xml b/test/testcases/tests/level1/html/HTMLHtmlElement01.xml new file mode 100644 index 0000000..1ad206a --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLHtmlElement01.xml @@ -0,0 +1,47 @@ + + + + + + + +HTMLHtmlElement01 +NIST + + The version attribute specifies version information about the document's + DTD. + + Retrieve the version attribute and examine its value. + + Test is only applicable to HTML, version attribute is not supported in XHTML. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLHtmlElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLHtmlElement01.xml.kfail deleted file mode 100644 index 1ad206a..0000000 --- a/test/testcases/tests/level1/html/HTMLHtmlElement01.xml.kfail +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - -HTMLHtmlElement01 -NIST - - The version attribute specifies version information about the document's - DTD. - - Retrieve the version attribute and examine its value. - - Test is only applicable to HTML, version attribute is not supported in XHTML. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - -- cgit v1.2.3