1
0
Fork 0
firefox/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
428 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">
<span id="outer">OuterText</span>
<div id="host">
<template shadowrootmode="open">
<span id="inner">innerText</span>
</template>
</div>
</body>
</html>