Bug 135930

Summary: import-w3c-tests should parse JS code to look for get/setPropertyValue() and prefix properties
Product: WebKit Reporter: Rebecca Hauck <rhauck>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Rebecca Hauck 2014-08-13 19:33:12 PDT
When this script was written, it purposely set to the side handling prefixes in JS code with a TODO.

At the very least, we should parse the JS code and handle getPropertyValue() and setPropertyValue() with the existing code that's there and handle the CSSOM stuff later.