1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[test] libdom requires name parameter for anchors

This commit is contained in:
Witold Filipczyk 2023-04-04 16:47:17 +02:00
parent b26cb5878d
commit 8533a537d6

View File

@ -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>