diff options
Diffstat (limited to 'layout/reftests/forms/select/listbox-checked-style-ref.html')
-rw-r--r-- | layout/reftests/forms/select/listbox-checked-style-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/forms/select/listbox-checked-style-ref.html b/layout/reftests/forms/select/listbox-checked-style-ref.html new file mode 100644 index 0000000000..c48bc81225 --- /dev/null +++ b/layout/reftests/forms/select/listbox-checked-style-ref.html @@ -0,0 +1,11 @@ +<!doctype html> +<style> + option { + background-color: purple; + color: white; + } +</style> +<select size="2"> + <option>A</option> + <option>B</option> +</select> |