Bug 200692
Summary: | vertical-align calc computes as empty string | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Willigers <ericwilligers> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | FromImplementor, InRadar |
Version: | Safari 12 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Willigers
If vertical-align is set to "calc(20% + 10px)", getComputedStyle() reports an empty string.
https://jsfiddle.net/ericwilligers/o2fsrvjy/
Proposed WPT
https://github.com/web-platform-tests/wpt/pull/18361
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/54326291>
Ahmad Saleem
I am unable to reproduce this bug and since Webkit moved to CSS Parser from Blink, this might have fixed that time. The attached test case show proper output:
'vertical-align' 'calc(20% + 10px)' 'calc(20% + 10px)' 'calc(20% + 10px)'
I am going to mark this as "RESOLVED CONFIGURATION CHANGED". Thanks!