From 396b445599731cceb7173bdc2336ccc1e59871a7 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 29 Oct 2015 16:55:42 +0000 Subject: Add failing test. 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. --- test/js/dom-element-attribute.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/js/dom-element-attribute.html (limited to 'test') diff --git a/test/js/dom-element-attribute.html b/test/js/dom-element-attribute.html new file mode 100644 index 000000000..b38218ab0 --- /dev/null +++ b/test/js/dom-element-attribute.html @@ -0,0 +1,26 @@ + + + +element set remove attribute + + + +

HTMLElement test of attribute set/remove

+ + + + + + -- cgit v1.2.3