no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / selection / disabled-1-ref.html
blobf259ca439d48169703e5abde9991a9f758773f8b
1 <!doctype html>
2 <input id="outside" value="abc">
3 <iframe srcdoc="<!doctype html>Something inside <input value='some input'>"></iframe>
4 <script>
5 document.getElementById("outside").select();
6 </script>