forked from mirrors/gecko-dev
9 lines
259 B
HTML
9 lines
259 B
HTML
<!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>
|