[Webkit-unassigned] [Bug 169612] New: Computed value of display:contents is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 14 10:23:27 PDT 2017


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

            Bug ID: 169612
           Summary: Computed value of display:contents is wrong
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: All
                OS: OS X 10.11
            Status: NEW
          Severity: Major
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mats at mozilla.com

Created attachment 304391
  --> https://bugs.webkit.org/attachment.cgi?id=304391&action=review
Testcase

STR
1. load the attached testcase and look at the output in the console

ACTUAL RESULTS
"contents"
"inline"

EXPECTED RESULTS
""
"block"

Safari does not support display:contents (the rendered red border proves that)
so 'contents' should be rejected as a valid value for the 'display' property.

-- 
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/20170314/e094ed43/attachment.html>


More information about the webkit-unassigned mailing list