Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / indent-with-after-content-crash.html
blob31086f4757edd54d252ae8cff6d4c56330dc0480
1 <style>
2 :after{
3 content: "]";
5 </style>
6 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
11 window.onload = function() {
12 document.execCommand("SelectAll",false);
13 document.execCommand("Indent", false);
15 document.body.innerHTML = "This tests indenting with :after {content: \"]\"}. The test passes if WebKit doesn't crash.<br>"
16 + "PASS.";
18 </script>
19 <e>
21 <body contenteditable="true">