[Webkit-unassigned] [Bug 169039] New: Bare <option> renders differently from Chrome and Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 09:23:39 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=169039

            Bug ID: 169039
           Summary: Bare <option> renders differently from Chrome and
                    Firefox
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 303070
  --> https://bugs.webkit.org/attachment.cgi?id=303070&action=review
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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170301/0d50f163/attachment-0001.html>


More information about the webkit-unassigned mailing list