2 <style>#el0::first-letter, #el0:first-child { height:
10px; }
</style>
3 This test passes if it doesn't crash.
5 <div id='container' contentEditable
><a><img><div id=
"el0" style=
"display: inline-flex"><pre></pre></div></a></div>
8 testRunner
.dumpAsText();
10 document
.querySelector('pre').textContent
= 'AA\u0605';
11 window
.getSelection().selectAllChildren(document
.getElementById('container'));
12 document
.execCommand('FormatBlock', false, '<h1>');