RESOLVED DUPLICATE of bug 8351 Bug 169039
Bare <option> renders differently from Chrome and Firefox
https://bugs.webkit.org/show_bug.cgi?id=169039
Summary Bare <option> renders differently from Chrome and Firefox
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.