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

Side by Side Diff: LayoutTests/accessibility/insert-selected-option-into-select-causes-crash.html

Issue 12543029: Merge 142631 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/accessibility/insert-selected-option-into-select-causes-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <select id="popup"> 7 <select id="popup">
8 <optgroup id=optgroup1> 8 <optgroup id=optgroup1>
9 </optgroup> 9 </optgroup>
10 </select> 10 </select>
(...skipping 16 matching lines...) Expand all
27 accessibilityController.accessibleElementById('dummy'); 27 accessibilityController.accessibleElementById('dummy');
28 28
29 var listbox = document.getElementById('listbox'); 29 var listbox = document.getElementById('listbox');
30 listbox.focus(); 30 listbox.focus();
31 31
32 optgroup1.appendChild(optgroup2); 32 optgroup1.appendChild(optgroup2);
33 </script> 33 </script>
34 <script src="../fast/js/resources/js-test-post.js"></script> 34 <script src="../fast/js/resources/js-test-post.js"></script>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/accessibility/insert-selected-option-into-select-causes-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698