[Webkit-unassigned] [Bug 20534] New: DumpRenderTree needs a way to override settings on a per-test basis

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 26 17:45:59 PDT 2008


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

           Summary: DumpRenderTree needs a way to override settings on a
                    per-test basis
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: sam at webkit.org


DumpRenderTree needs a way to override settings on a per-test basis

Something like this:

if (window.layoutTestController)
   layoutTestController.overrideSetting("WhateverYourSettingName", "YES");

or this:

if (window.settingsController)
   settingsController.overrideSetting("WhateverYourSettingName", "YES");

This would allow us to test all sorts of things that we can't today (maybe even
disabling javascript!?).


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



More information about the webkit-unassigned mailing list