Bug 145343

Summary: CSS properties (font-synthesis, column-fill) are missing in getComputedStyles
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, dino, joepeck, mmaxfield, rniwa, sam, simon.fraser, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix
timothy: review+, buildbot: commit-queue-
Archive of layout-test-results from ews103 for mac-mavericks
none
Archive of layout-test-results from ews106 for mac-mavericks-wk2
none
[PATCH] For Landing none

Description Joseph Pecoraro 2015-05-22 23:46:10 PDT
* SUMMARY
CSS properties (font-synthesis, column-fill) are missing in getComputedStyles.

  font-synthesis
  column-fill

Adding them to the list will ensure they show up in the Computed Properties section of Web Inspector.
Comment 1 Joseph Pecoraro 2015-05-22 23:47:10 PDT
Created attachment 253641 [details]
[PATCH] Proposed Fix
Comment 2 Build Bot 2015-05-23 00:21:47 PDT
Comment on attachment 253641 [details]
[PATCH] Proposed Fix

Attachment 253641 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/4516166961725440

New failing tests:
svg/css/getComputedStyle-basic.xhtml
Comment 3 Build Bot 2015-05-23 00:21:53 PDT
Created attachment 253642 [details]
Archive of layout-test-results from ews103 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 4 Build Bot 2015-05-23 00:42:24 PDT
Comment on attachment 253641 [details]
[PATCH] Proposed Fix

Attachment 253641 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/5889725420273664

New failing tests:
svg/css/getComputedStyle-basic.xhtml
Comment 5 Build Bot 2015-05-23 00:42:28 PDT
Created attachment 253643 [details]
Archive of layout-test-results from ews106 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 6 Joseph Pecoraro 2015-05-26 11:38:04 PDT
Created attachment 253713 [details]
[PATCH] For Landing
Comment 7 WebKit Commit Bot 2015-05-26 12:50:34 PDT
Comment on attachment 253713 [details]
[PATCH] For Landing

Clearing flags on attachment: 253713

Committed r184869: <http://trac.webkit.org/changeset/184869>