Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / 5482023.html
blob9543d79ced019c4892098a0a64702dffb600c4ce
1 <head>
2 <script>
3 function runTest() {
4 document.body.focus();
5 document.execCommand("FormatBlock", false, "h1");
6 document.execCommand("InsertText", false, "This tests for a bug when performing a FormatBlock inside a body with no visible content. This text should be inside an h1 element.");
8 </script>
9 </head>
10 <body onload="runTest();" contenteditable="true">
11 </body>