| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <script src="resources/polyfill.js"></script> | |
| 3 | 2 |
| 4 <p>When the AuthorShadowDOM has only a shadow element, this should be rendered l
ike no Shadow DOM is added.</p> | 3 <p>When the AuthorShadowDOM has only a shadow element, this should be rendered l
ike no Shadow DOM is added.</p> |
| 5 <form> | 4 <form> |
| 6 <select id="host"> | 5 <select id="host"> |
| 7 <option disabled>Please select</option> | 6 <option disabled>Please select</option> |
| 8 <optgroup label="Rank 1"></optgroup> | 7 <optgroup label="Rank 1"></optgroup> |
| 9 <option value="hoge" selected>hoge</option> | 8 <option value="hoge" selected>hoge</option> |
| 10 </select> | 9 </select> |
| 11 <input id="submit" type="submit" value="Submit"> | 10 <input id="submit" type="submit" value="Submit"> |
| 12 </form> | 11 </form> |
| OLD | NEW |