Bug 1918096 - Reject gUM/gDM request if video track ends before first frame. r=webrtc...
[gecko.git] / layout / reftests / selection / disabled-1.html
bloba62971d076fade93746455f5ce3f15eb0dc4d6f4
1 <!doctype html>
2 <input id="outside" value="abc">
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();
7 document.getElementById("outside").select();
9 </script>