Bug 169039 - Bare <option> renders differently from Chrome and Firefox
Summary: Bare <option> renders differently from Chrome and Firefox
Status: RESOLVED DUPLICATE of bug 8351
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat
Depends on:
Blocks:
 
Reported: 2017-03-01 09:23 PST by Simon Fraser (smfr)
Modified: 2023-05-15 00:50 PDT (History)
8 users (show)

See Also:


Attachments
Testcase (172 bytes, text/html)
2017-03-01 09:23 PST, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***