summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html')
-rw-r--r--toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html b/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html
index 2e49146785..a8946ded63 100644
--- a/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html
+++ b/toolkit/modules/tests/browser/file_getSelectionDetails_inputs.html
@@ -5,5 +5,12 @@
<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>