mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[test] libdom requires name parameter for anchors
This commit is contained in:
parent
b26cb5878d
commit
8533a537d6
@ -9,8 +9,8 @@ First Name: <input name="fname" type="text" value="Doug">
|
||||
|
||||
<button onclick="myFunction()">Try it</button>
|
||||
|
||||
<a href="/">/</a>
|
||||
<a href="/home">/home</a>
|
||||
<a href="/" name="aaa">/</a>
|
||||
<a href="/home" name="bbb">/home</a>
|
||||
|
||||
<p id="demo"></p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user