mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 19:29:24 +02:00
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>
|