diff options
Diffstat (limited to 'layout/reftests/native-theme/box-shadow-listbox-ref.html')
-rw-r--r-- | layout/reftests/native-theme/box-shadow-listbox-ref.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/native-theme/box-shadow-listbox-ref.html b/layout/reftests/native-theme/box-shadow-listbox-ref.html new file mode 100644 index 0000000000..437cbd1c1e --- /dev/null +++ b/layout/reftests/native-theme/box-shadow-listbox-ref.html @@ -0,0 +1,4 @@ +<select size="2"> + <option>Hello</option> + <option>Kitty</option> +</select> |