diff options
Diffstat (limited to 'layout/reftests/forms/select/dynamic-text-overflow-1-ref.html')
-rw-r--r-- | layout/reftests/forms/select/dynamic-text-overflow-1-ref.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/forms/select/dynamic-text-overflow-1-ref.html b/layout/reftests/forms/select/dynamic-text-overflow-1-ref.html new file mode 100644 index 0000000000..8de69cf5cc --- /dev/null +++ b/layout/reftests/forms/select/dynamic-text-overflow-1-ref.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<select style="width: 100px; overflow: hidden; text-overflow: ellipsis;"> + <option selected>Text that is long enough that it totally overflows<option> +</select> |