summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-27 09:40:47 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-27 09:40:47 +0000
commit7bcd4fd2465631f4a17e1920594e9c2536b6f057 (patch)
tree5c12885af1c2a2f852ef21493c001a57b7f133cb /test/js/index.html
parent764fca4f3abfc7437003f496d52039ad7e6b779d (diff)
downloadnetsurf-7bcd4fd2465631f4a17e1920594e9c2536b6f057.tar.gz
netsurf-7bcd4fd2465631f4a17e1920594e9c2536b6f057.tar.bz2
DOMTokenList: Add support and testing for this
We add both DOMTokenList and DOMSettableTokenList and introduce polyfills for stringifying it until nsgenbind can do that. We also bring in a test to demonstrate all that we have. Note: This does not implement the extra methods that exist according to MDN, we may need a polyfill to bring that up to snuff. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'test/js/index.html')
-rw-r--r--test/js/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/index.html b/test/js/index.html
index 032946726..6d2c6541e 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -104,6 +104,7 @@
<li><a href="assorted-log-doc-write.html">console.log and document.write</a></li>
<li><a href="wikipedia-lcm.html">Example from wikipedia</a></li>
<li><a href="verify-instanceofness.html">Check instanceof behaviour</a></li>
+<li><a href="class-list.html">Class list (and other token lists?)</a></li>
<li><a href="mandelbrot.html">Canvas/ImageData Mandelbrot ploter</a></li>
<li><a href="life.html">Game of Life</a></li>
</ul>