Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select / menulist-disabled-option-expected.html
blobc3a6434322fdeaaff17767cc971b9cc5034220ae
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <h1>Webkit Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=74270">74270</a></h1>
5 <select name="three">
6 <option value="3">Pass</option>
7 <option value="4">Fail</option>
8 </select>
9 <br />
10 <select name="two">
11 <option value="1">Fail</option>
12 <option value="2" selected>Pass</option>
13 <option value="3">Fail</option>
14 <option value="4">Fail</option>
15 </select>
16 <br />
18 <select>
19 <option>Pass</option>
20 </select>
21 <br />
23 <select>
24 <option>Pass</option>
25 </select>
26 </body>
27 </html>