Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: LayoutTests/fast/forms/select/optgroup-rendering.html

Issue 10453112: Merge 118772 - REGRESSION(r109729): The optgroup element's "disabled" attribute has no effect to re… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 optgroup:disabled { color: pink; } 5 optgroup:disabled { color: pink; }
6 optgroup:enabled { color: green; } 6 optgroup:enabled { color: green; }
7 option:disabled { color: red; } 7 option:disabled { color: red; }
8 option:enabled { color: blue; } 8 option:enabled { color: blue; }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <optgroup label="Enabled2"> 47 <optgroup label="Enabled2">
48 <option value="listbox_e21">One</option> 48 <option value="listbox_e21">One</option>
49 <option value="listbox_e22" disabled>Two</option> 49 <option value="listbox_e22" disabled>Two</option>
50 <option value="listbox_e23" selected>Three</option> 50 <option value="listbox_e23" selected>Three</option>
51 <option value="listbox_e24">Four</option> 51 <option value="listbox_e24">Four</option>
52 </optgroup> 52 </optgroup>
53 </select> 53 </select>
54 </form> 54 </form>
55 </body> 55 </body>
56 </html> 56 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/select/optgroup-disabled-expected.txt ('k') | LayoutTests/platform/chromium/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698