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

Description Simon Fraser (smfr) 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>
Comment 1 Simon Fraser (smfr) 2020-04-22 16:08:15 PDT
This makes a display:block <datalist> with <option> children render differently from Chrome and Firefox.
Comment 2 shrpne 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
Comment 3 Alexey Proskuryakov 2022-06-20 17:25:40 PDT
So we don't match Chrome or Firefox at this time.
Comment 4 Karl Dubost 2023-05-15 00:50:49 PDT

*** This bug has been marked as a duplicate of bug 8351 ***