[Webkit-unassigned] [Bug 248366] Don't inherit block style if text is inserted after paragraph selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 27 19:01:11 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248366

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |BrowserCompat
                 CC|                            |karlcow at apple.com,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com

--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
fwiw, the test is failing everywhere.

WebKit:
```
FAIL container.innerHTML should be <p style="text-indent: 3em;"><span>aBar</span></p>. Was <p style="text-indent: 0px;"><span>aBar</span></p>.
```


Gecko:
```
TEST COMPLETE
FAIL container.innerHTML should be <p style="text-indent: 3em;"><span>aBar</span></p>. Was <p>a</p><p style="text-indent: 3em;"><span>Bar</span></p>.
```


Blink:
```
PASS container.innerHTML is "<p style=\"text-indent: 3em;\"><span>aBar</span></p>"
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221128/f6139a22/attachment.htm>


More information about the webkit-unassigned mailing list