Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / style / iframe-onload-crash-mac.html
blobbe9fc40661e6ba913236e1845c43b9333479fde5
1 <meta><input><h6><nobr></nobr><datagrid><ins><button><em><iframe onload="
2 if (window.testRunner && window.internals) {
3 testRunner.dumpAsText();
4 internals.settings.setEditingBehavior('mac');
7 if (document.counter)
8 document.counter++;
9 else
10 document.counter = 1;
12 if (document.counter <= 16) {
13 document.designMode='on';
14 document.execCommand('selectall');
15 document.execCommand('italic');
16 document.execCommand('RemoveFormat');
17 document.execCommand('inserthtml', false);
18 document.body.innerHTML='PASS';
19 } ">x