summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level1/html/HTMLElement135.xml
Commit message (Collapse)AuthorAgeFilesLines
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-041-0/+42
| | | | | | 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.
* "Enable" the HTML level 1 test suite. All cases fail currentlyDaniel Silverstone2010-12-051-42/+0
| | | | svn path=/trunk/dom/; revision=11004
* Merge DOMTS tests -- they're causing havoc with review diffs.John Mark Bell2009-07-301-0/+42
svn path=/trunk/dom/; revision=8910