blob: 2e49146785e1ec32c390b5b4c3bcaa862b109d29 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<body>
<input id="url-no-scheme" value="test.example.com" >
<input id="url-with-scheme" value="https://test.example.com">
<input id="not-url" value="foo. bar">
<input id="not-url-number" value="3.5">
</body>
</html>
|