Bug 238792 - Remove RenderButton in favor of shadow DOM content
Summary: Remove RenderButton in favor of shadow DOM content
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks: 62096
  Show dependency treegraph
 
Reported: 2022-04-04 23:12 PDT by Tim Nguyen (:ntim)
Modified: 2022-05-23 05:10 PDT (History)
19 users (show)

See Also:


Attachments
Patch (43.43 KB, patch)
2022-04-05 03:16 PDT, Tim Nguyen (:ntim)
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 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.
Comment 1 Tim Nguyen (:ntim) 2022-04-05 03:16:08 PDT
Created attachment 456685 [details]
Patch
Comment 2 Tim Nguyen (:ntim) 2022-04-05 07:38:08 PDT
I morphed this issue, the original issue will be addressed by bug 238803.
Comment 3 Radar WebKit Bug Importer 2022-04-11 23:13:14 PDT
<rdar://problem/91609649>