summaryrefslogtreecommitdiff
path: root/test/js/dom-element-attribute.html
Commit message (Collapse)AuthorAgeFilesLines
* add noscript warning to all tests so it is obvious when js is disabledVincent Sanders2016-02-041-0/+1
|
* Add failing test.Michael Drake2015-10-291-0/+26
1. Add "id" attribute. 2. Remove "ID" attribute. 3. Check id value. In NetSurf it isn't removed, in Firefox it is. There's a case sensitivity/conversion issue somewhere. It the test works when we add/remove with the same case.