htmx.js test suite
Version: 2.0.6
Scratch Page
Scratch Page
Manual Tests
Here
Mocha Test Suite
[ALL]
✓
100%
passes:
1
failures:
0
duration:
0.01
s
Core htmx API test
process api can process non elements fine
1ms
‣
var
div = make(
'<div>textNode</div>'
) htmx.process(div.firstChild)
just for htmx:restored event testing
Work Area