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