Bug 169259

Summary: Expanded shorthands need to return an empty string from getComputedStyle()
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: mmaxfield, ntim
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 162815    

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
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.