| Index: LayoutTests/fast/forms/select/styling-option-checked-expected.html
|
| diff --git a/LayoutTests/fast/forms/select/styling-option-checked-expected.html b/LayoutTests/fast/forms/select/styling-option-checked-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..18468095b9e884bdb575a0080ccce751b7b8ee9f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/select/styling-option-checked-expected.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +#foo {
|
| + background-color: lightgreen;
|
| + color: red;
|
| + padding-left: 20px;
|
| +}
|
| +#bar {
|
| + padding-left: 20px;
|
| + text-decoration: underline;
|
| +}
|
| +</style>
|
| +<select multiple autofocus>
|
| + <option id="foo">foo</option>
|
| + <option id="bar" selected>bar</option>
|
| +</select>
|
|
|