Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / apply-style-iframe-crash2.html
bloba9dfa84954ee2b3e710f9a0c504a42046543e8f5
1 <!doctype html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <b>
7 <iframe onload="document.designMode='on';document.execCommand('selectall');document.execCommand('RemoveFormat');document.body.innerHTML='PASS if not crashed.'" />
8 </b>