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