no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / selection / disabled-2-notref.html
blobecce9e7054cf8569f9e1ad6c36f2e531a0c1c298
1 <!doctype html>
2 <input id="outside" style="position: absolute; left: 200vw;"> <!-- intentionally out of view -->
3 <iframe srcdoc="<!doctype html>Something inside <input value='some input'>"></iframe>
4 <script>
5 onload = function() {
6 document.querySelector("iframe").contentDocument.querySelector("input").select();
8 </script>