NEW 238792
Remove RenderButton in favor of shadow DOM content
https://bugs.webkit.org/show_bug.cgi?id=238792
Summary Remove RenderButton in favor of shadow DOM content
Tim Nguyen (:ntim)
Reported 2022-04-04 23:12:21 PDT
Code: <input type=button value="1&#10;2"> Testcase URL: data:text/html,%3Cinput type%3Dbutton value%3D"1%26%2310%3B2"%3E Should appear the same as: <button>1<br>2</button> Tested by html/rendering/widgets/button-layout/inline-level.html WPT WebKit only shows the first line.
Attachments
Patch (43.43 KB, patch)
2022-04-05 03:16 PDT, Tim Nguyen (:ntim)
ews-feeder: commit-queue-
Tim Nguyen (:ntim)
Comment 1 2022-04-05 03:16:08 PDT
Tim Nguyen (:ntim)
Comment 2 2022-04-05 07:38:08 PDT
I morphed this issue, the original issue will be addressed by bug 238803.
Radar WebKit Bug Importer
Comment 3 2022-04-11 23:13:14 PDT
Note You need to log in before you can comment on or make changes to this bug.