Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / extracted-style-assert.html
blobb3184a1358768b06ea27dc71741a40b8527b677e
1 <html>
2 <body>
3 <table>
4 <td>
5 <a></a>
6 </td>
7 </table>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
12 document.designMode = "on";
13 document.execCommand("SelectAll");
14 document.execCommand("CreateLink", 0, 'foo');
16 document.body.innerHTML = "PASS. Blink didn't crash.";
17 </script>
18 </body>
19 </html>