summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/input/003-novalid.xhtml
blob: b098e9cfa88559d9348dbe8ab46561f0c0fd0e60 (plain)
1
2
3
4
5
6
7
8
9
<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>