From e99205f8edf965857ea8ed756c542b87b3a8808e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 4 Jul 2012 23:03:53 +0100 Subject: HTMLElement: className is a simple get/set property, enable 29 more tests. HTMLElement.className means that dynamic conversion looks for class_name and not classname. As such, rename the methods and enable the simple getter/setter methods for the property. As such, another 29 tests pass. --- .../tests/level1/html/HTMLElement129.xml.kfail | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 test/testcases/tests/level1/html/HTMLElement129.xml.kfail (limited to 'test/testcases/tests/level1/html/HTMLElement129.xml.kfail') diff --git a/test/testcases/tests/level1/html/HTMLElement129.xml.kfail b/test/testcases/tests/level1/html/HTMLElement129.xml.kfail deleted file mode 100644 index 80ca878..0000000 --- a/test/testcases/tests/level1/html/HTMLElement129.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLElement129 -NIST - - The className attribute specifies the class attribute of the element. - - Retrieve the class attribute of the SMALL element and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3