Bug 169259 - Expanded shorthands need to return an empty string from getComputedStyle()
Summary: Expanded shorthands need to return an empty string from getComputedStyle()
Status: RESOLVED DUPLICATE of bug 247498
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 162815
  Show dependency treegraph
 
Reported: 2017-03-06 21:11 PST by Myles C. Maxfield
Modified: 2022-11-14 01:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 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 "".
Comment 1 Tim Nguyen (:ntim) 2022-11-14 01:27:55 PST

*** This bug has been marked as a duplicate of bug 247498 ***