| Index: content/test/data/accessibility/html/select.html
|
| diff --git a/content/test/data/accessibility/html/select.html b/content/test/data/accessibility/html/select.html
|
| index eb53fb73589c419120f7c48a327f4093d8a5ae65..655163e3bc6e4913465a370236ac92a099ea7752 100644
|
| --- a/content/test/data/accessibility/html/select.html
|
| +++ b/content/test/data/accessibility/html/select.html
|
| @@ -5,6 +5,8 @@
|
| @WIN-ALLOW:MULTISELECTABLE
|
| @WIN-ALLOW:EXTSELECTABLE
|
| @WIN-ALLOW:SELECT*
|
| +@BLINK-ALLOW:focus*
|
| +@BLINK-ALLOW:select*
|
| -->
|
| <html>
|
| <body>
|
| @@ -18,7 +20,7 @@
|
| <option value="2" selected>Option 2</option>
|
| <option value="3">Option 3</option>
|
| </select>
|
| - <select id="C" name="Select C" requried>
|
| + <select id="C" name="Select C" required>
|
| <option value="1">Option 1</option>
|
| <option value="2">Option 2</option>
|
| <option value="3">Option 3</option>
|
|
|