Bug 169039

Summary: Bare <option> renders differently from Chrome and Firefox
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: akeerthi, ap, bfulgham, corsar89, karlcow, simon.fraser, tonikitoo, zalan
Priority: P2 Keywords: BrowserCompat
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=169296
https://bugs.webkit.org/show_bug.cgi?id=191581
https://bugs.webkit.org/show_bug.cgi?id=69014
https://bugs.webkit.org/show_bug.cgi?id=237611
https://bugs.webkit.org/show_bug.cgi?id=49341
https://bugs.webkit.org/show_bug.cgi?id=255335
Attachments:
Description Flags
Testcase none

Simon Fraser (smfr)
Reported 2017-03-01 09:23:39 PST
Created attachment 303070 [details] Testcase This testcase renders differently from Chrome and FF: <!DOCTYPE html> <html> <head> <style> option { border: 2px blue solid; } </style> </head> <body> <option>Test</option> </body> </html>
Attachments
Testcase (172 bytes, text/html)
2017-03-01 09:23 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-04-22 16:08:15 PDT
This makes a display:block <datalist> with <option> children render differently from Chrome and Firefox.
shrpne
Comment 2 2022-06-13 06:20:56 PDT
<option> element not displayed at all in the Safari 15.5 (16613.2.7.1.9, 16613) Even display: block not helps
Alexey Proskuryakov
Comment 3 2022-06-20 17:25:40 PDT
So we don't match Chrome or Firefox at this time.
Karl Dubost
Comment 4 2023-05-15 00:50:49 PDT
*** This bug has been marked as a duplicate of bug 8351 ***
Note You need to log in before you can comment on or make changes to this bug.