comparison: layout/reftests/bugs/315920-1d.html
layout/reftests/bugs/315920-1d.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head/> |
|
4 <body> |
|
5 <select size="2"> |
|
6 <option id="one" style="color: red" disabled="disabled">Should be green</option> |
|
7 <option id="two" style="color: blue">Should be blue</option> |
|
8 </select> |
|
9 </body> |
|
10 </html> |