blob: b098e9cfa88559d9348dbe8ab46561f0c0fd0e60 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>valid input/@list reference to datalist/@id</title>
</head>
<body>
<datalist id="foo"></datalist>
<input type="text" list="bar"></input>
</body>
</html>