Bug 140568

Summary: Regression(r178586): Caused webkitpy.w3c.test_converter_unittest.W3CTestConverterTest.test_convert_prefixed_properties to fail
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, bjonesbe, burg, commit-queue, darin, ddkilzer, glenn, rhauck, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 140501    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-01-16 14:53:04 PST
Regression(r178586): Caused webkitpy.w3c.test_converter_unittest.W3CTestConverterTest.test_convert_prefixed_properties to fail:

[1328/1425] webkitpy.w3c.test_converter_unittest.W3CTestConverterTest.test_convert_prefixed_properties failed:
  Traceback (most recent call last):
    File "/Volumes/Data/slave/yosemite-release-tests-wk2/build/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py", line 289, in test_convert_prefixed_properties
      self.verify_prefixed_properties(converted, test_content[0])
    File "/Volumes/Data/slave/yosemite-release-tests-wk2/build/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py", line 343, in verify_prefixed_properties
      self.assertEqual(len(set(converted[0])), len(set(test_properties)), 'Incorrect number of properties converted')
  AssertionError: Incorrect number of properties converted
Comment 1 Chris Dumez 2015-01-16 15:20:25 PST
Created attachment 244809 [details]
Patch
Comment 2 Chris Dumez 2015-01-16 15:32:29 PST
Comment on attachment 244809 [details]
Patch

Clearing flags on attachment: 244809

Committed r178607: <http://trac.webkit.org/changeset/178607>
Comment 3 Chris Dumez 2015-01-16 15:32:33 PST
All reviewed patches have been landed.  Closing bug.