[Webkit-unassigned] [Bug 48344] New: script-tests shouldn't require a wrapper script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 10:56:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48344

           Summary: script-tests shouldn't require a wrapper script
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: kalman at chromium.org


They'd be much more useful if they weren't so heavy-weight.

The most recent discussion on webkit-dev was that we should get rid of js-test-post.js (just do that onload) and have js-test-pre.js inject the CSS. Then JS tests would be something like:
<!DocType html>
<script  src="../../fast/js/resources/js-test-pre.js"></script>
<!-- YOUR HTML HERE -->
<script>
// YOUR SCRIPT HERE
</script>

No need for that wrapper script or the extra code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list