Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / apply-style-empty-paragraph-start-crash.html
blob64a752bf6d062c9f7b7e032225f6e454de89bb2f
1 <!DOCTYPE html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
7 onload = function() {
8 document.execCommand('SelectAll');
9 document.execCommand('JustifyCenter');
10 document.documentElement.textContent = 'PASS if Blink doesn\'t crash.';
12 </script>
13 </head>
14 <body contenteditable="true">
15 <canvas contenteditable="false">text</canvas><b></b>
16 <textarea></textarea>
17 </body>
18 </html>