summaryrefslogtreecommitdiffstats
path: root/layout/reftests/selection/disabled-1-ref.html
blob: f259ca439d48169703e5abde9991a9f758773f8b (plain)
1
2
3
4
5
6
<!doctype html>
<input id="outside" value="abc">
<iframe srcdoc="<!doctype html>Something inside <input value='some input'>"></iframe>
<script>
document.getElementById("outside").select();
</script>