[Webkit-unassigned] [Bug 169259] New: Expanded shorthands need to return an empty string from getComputedStyle()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 6 21:11:04 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=169259
Bug ID: 169259
Summary: Expanded shorthands need to return an empty string
from getComputedStyle()
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Text
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mmaxfield at apple.com
CC: mmaxfield at apple.com
<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 "".
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170307/0bece70c/attachment.html>
More information about the webkit-unassigned
mailing list