Closed yosinch closed 10 years ago
Affected tests:
before <div contenteditable><p style="font-weight: bold">foo^bar|baz</p></div> expected <div contenteditable><p><span style="font-weight: bold">foo</span>^bar|<b>baz</b></p></div> actual <div contenteditable><p><span style="font-weight: bold">foo</span>^bar|<span style="font-weight: bold">baz</span></p></div>
Affected tests: