fune/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.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>