summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html
blob: a8946ded6306d01619adc64b9fa65def9f6f8b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>