Skip to content

Interoperability issues in editing/other/join-different-white-space-style-left-paragraph-and-right-line.html #59067

@javifernandez

Description

@javifernandez

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>

Expected result (Only Firefox passes)

<div style="white-space:nowrap">abc<span style="white-space: normal">def</span></div>

Chrome and Safari behavior

<div style="white-space:nowrap">abcdef</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions