trisquel-icecat/icecat/layout/reftests/selection/disabled-1-ref.html
2025-10-06 02:35:48 -06:00

6 lines
233 B
HTML

<!doctype html>
<input id="outside" value="abc" inputmode="none">
<iframe srcdoc="<!doctype html>Something inside <input value='some input' inputmode='none'>"></iframe>
<script>
document.getElementById("outside").select();
</script>