Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / deleteFromDocument-crash.html
blobe5e9d4b7499de0fa0a9685feeaf4ba567b110082
1 <script>
2 onload = function() {
3 document.execCommand('selectAll');
4 selection = document.getSelection();
5 selection.deleteFromDocument();
7 </script>
8 <textarea autofocus >
9 text
10 text2
11 text3</textarea>
12 <iframe srcdoc="foo"></iframe>