Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / listify-output-crash.html
blob956e4050d80c2600532303c84fbb3174221f9956
1 <!DOCTYPE html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
7 onload = function() {
8 document.execCommand('SelectAll');
9 document.execCommand('InsertUnorderedList');
10 document.body.textContent = 'PASS if Blink doesn\'t crash.';
12 </script>
13 </head>
14 <body contenteditable="true"><output>
15 <option>12</option>after
16 </body>
17 </html>