| Summary: | ASSERTION FAILED: length.isCalculated() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ashvayka, Lawrence.j, lmoura, ryanhaddad, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=209330 | ||
|
Description
Frédéric Wang (:fredw)
2018-06-27 06:10:02 PDT
*** Bug 187421 has been marked as a duplicate of this bug. *** Since it was consistently crashing, I went ahead and skipped this test on debug in https://trac.webkit.org/r233603 Also triggered by https://w3c-test.org/css/css-cascade/all-prop-initial-xml.html: ASSERTION FAILED: length.isCalculated() ./css/CSSComputedStyleDeclaration.cpp(117) : Ref<WebCore::CSSPrimitiveValue> WebCore::valueForImageSliceSide(const WebCore::Length &) 1 0x304adcc59 WTFCrash 2 0x2e80074cb WTFCrashWithInfo(int, char const*, char const*, int) 3 0x2ea5de09c WebCore::valueForImageSliceSide(WebCore::Length const&) 4 0x2ea5c7b52 WebCore::valueForNinePieceImageSlice(WebCore::NinePieceImage const&) 5 0x2ea5ba52a WebCore::ComputedStyleExtractor::valueForPropertyInStyle(WebCore::RenderStyle const&, WebCore::CSSPropertyID, WebCore::RenderElement*) 6 0x2ea5b1cc5 WebCore::ComputedStyleExtractor::propertyValue(WebCore::CSSPropertyID, WebCore::EUpdateLayout) 7 0x2ea5b1a05 WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue(WebCore::CSSPropertyID, WebCore::EUpdateLayout) const 8 0x2ea5cc760 WebCore::CSSComputedStyleDeclaration::getPropertyCSSValueInternal(WebCore::CSSPropertyID) 9 0x2ea6a7c95 WebCore::CSSStyleDeclaration::namedItem(WTF::AtomString const&) |