Bug 135930 - import-w3c-tests should parse JS code to look for get/setPropertyValue() and prefix properties
Summary: import-w3c-tests should parse JS code to look for get/setPropertyValue() and ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-13 19:33 PDT by Rebecca Hauck
Modified: 2014-08-13 19:33 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.