Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / resources / window-open-insert-list-crash-iframe.html
blob1dbff88f72e43175ec986720c539d75a5c4c197a
1 <script>
2 document.addEventListener("DOMSubtreeModified",
3 function () {
4 document.designMode = "on";
5 document.execCommand("SelectAll");
6 window.stop();
7 document.execCommand("InsertOrderedList", false);
8 window.setTimeout(notifyFinish, 0);
9 }, true);
11 window.onload = function () {
12 document.open();
15 function notifyFinish()
17 window.parent.postMessage("FINISH", "*");
19 </script>
20 <iframe>
21 </iframe><body class="class2">