diff options
Diffstat (limited to 'layout/reftests/selection/disabled-1-ref.html')
-rw-r--r-- | layout/reftests/selection/disabled-1-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/selection/disabled-1-ref.html b/layout/reftests/selection/disabled-1-ref.html new file mode 100644 index 0000000000..f259ca439d --- /dev/null +++ b/layout/reftests/selection/disabled-1-ref.html @@ -0,0 +1,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> |