From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" <mattatobin@localhost.localdomain> Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../css-invalid/select/select-required-multiple-ref.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layout/reftests/css-invalid/select/select-required-multiple-ref.html (limited to 'layout/reftests/css-invalid/select/select-required-multiple-ref.html') diff --git a/layout/reftests/css-invalid/select/select-required-multiple-ref.html b/layout/reftests/css-invalid/select/select-required-multiple-ref.html new file mode 100644 index 000000000..a9477333f --- /dev/null +++ b/layout/reftests/css-invalid/select/select-required-multiple-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <link rel='stylesheet' type='text/css' href='style.css'> + <body> + <select multiple style="background-color: green;"> + <option selected></option> + <option selected value="">foo</option> + </select> + </body> +</html> -- cgit v1.2.3