mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
MozReview-Commit-ID: L8nANaiYfyc --HG-- extra : rebase_source : 2cd4a4b5da5117d01a1e5d5c7dca49f1e152d387
9 lines
No EOL
258 B
HTML
9 lines
No EOL
258 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> |