gecko-dev/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html
Thom Chiovoloni 133150d6a6 Bug 1423122 - Use the correct selection object in the getSelectionInfo when an input element is selected r=Felipe
MozReview-Commit-ID: L8nANaiYfyc

--HG--
extra : rebase_source : 2cd4a4b5da5117d01a1e5d5c7dca49f1e152d387
2017-12-06 15:27:46 -05:00

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>