The following subtests pass only in Firefox, while Chrome and Safari shows pretty consistent but different behavior:
The goal of these subtests is to evaluate how a text node with default white-space value is inserted, as a cosnequence of a "delete" command, into a parent block with a specific and different white-space behavior:
<div id="editor" contenteditable="true"><div style="white-space:nowrap">abc</div>[]def</div>
<div style="white-space:nowrap">abc<span style="white-space: normal">def</span></div>
<div style="white-space:nowrap">abcdef</div>
The following subtests pass only in Firefox, while Chrome and Safari shows pretty consistent but different behavior:
The goal of these subtests is to evaluate how a text node with default white-space value is inserted, as a cosnequence of a "delete" command, into a parent block with a specific and different white-space behavior:
Expected result (Only Firefox passes)
Chrome and Safari behavior