Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / list-wrapping-image-crash.html
blob2414d7e8137ee35745d3e7fde83acecb0a4ed5c4
1 <body>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 document.designMode = "on";
6 document.execCommand('selectall');
7 document.execCommand('insertimage');
8 document.execCommand('insertorderedlist');
9 document.body.innerHTML = "PASSED - this test case didn't ASSERT, bug 19066";
10 </script>