WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 247498
169259
Expanded shorthands need to return an empty string from getComputedStyle()
https://bugs.webkit.org/show_bug.cgi?id=169259
Summary
Expanded shorthands need to return an empty string from getComputedStyle()
Myles C. Maxfield
Reported
2017-03-06 21:11:04 PST
<div id="test1" style="font: 16px Times; font-variant: historical-ligatures;">Hello World</div> ... window.getComputedStyle(document.getElementById("test1")).getPropertyValue("font"); document.getElementById("test1").style.font; Needs to return "".
Attachments
Add attachment
proposed patch, testcase, etc.
Tim Nguyen (:ntim)
Comment 1
2022-11-14 01:27:55 PST
*** This bug has been marked as a duplicate of
bug 247498
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug