Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <title>Test for HTMLSelectElement.remove() on an Options object</title> | |
|
tkent
2016/09/29 01:14:44
Please add <!DOCTYPE html>
| |
| 2 | |
| 3 <style type="text/css"> | |
| 4 select { | |
| 5 min-width: 100px; | |
|
tkent
2016/09/29 01:14:44
Please indent the content of a ruleset.
| |
| 6 } | |
| 7 </style> | |
| 8 | |
| 9 <select></select> | |
| 10 | |
| 11 <a herf="#">Remove option</a> | |
|
tkent
2016/09/29 01:14:44
Please remove it.
| |
| OLD | NEW |