RESOLVED CONFIGURATION CHANGED 119650
Shadows (or lengths) need to support viewport units
https://bugs.webkit.org/show_bug.cgi?id=119650
Summary Shadows (or lengths) need to support viewport units
Dean Jackson
Reported 2013-08-09 20:25:59 PDT
Shadows currently ASSERT on viewport units because they can't convert a Length into a value. In CSSPrimitiveValue::computeLengthDouble we only have the RenderStyle, not the RenderView.
Attachments
Test case (428 bytes, text/html)
2023-12-21 17:21 PST, Simon Fraser (smfr)
no flags
Radar WebKit Bug Importer
Comment 1 2013-08-09 20:26:12 PDT
Simon Fraser (smfr)
Comment 2 2023-12-21 17:21:27 PST
Created attachment 469166 [details] Test case
Simon Fraser (smfr)
Comment 3 2023-12-21 17:21:44 PST
This works now. See test case.
Note You need to log in before you can comment on or make changes to this bug.