[Webkit-unassigned] [Bug 176198] New: tab-size: 0px asserts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 31 17:07:55 PDT 2017


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

            Bug ID: 176198
           Summary: tab-size: 0px asserts
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

"tab-size: 0px asserts" triggers an assertion in CSSPrimitiveValue::operator unsigned() const:

template<> inline CSSPrimitiveValue::operator unsigned() const
{
    if (primitiveType() == CSS_NUMBER)
        return value<unsigned>();

    ASSERT_NOT_REACHED();
    return 0;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170901/ed1fcfa2/attachment.html>


More information about the webkit-unassigned mailing list