diff options
Diffstat (limited to 'layout/reftests/css-ui-valid/select/select-fieldset-legend-ref.html')
-rw-r--r-- | layout/reftests/css-ui-valid/select/select-fieldset-legend-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/css-ui-valid/select/select-fieldset-legend-ref.html b/layout/reftests/css-ui-valid/select/select-fieldset-legend-ref.html new file mode 100644 index 0000000000..5083cea90d --- /dev/null +++ b/layout/reftests/css-ui-valid/select/select-fieldset-legend-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <body> + <fieldset> + <legend> + <select style="background-color: green;"></select> + </legend> + </fieldset> + </body> +</html> |