[Webkit-unassigned] [Bug 31088] New: Add overridePreference call to all WebGL layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 15:02:15 PST 2009


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

           Summary: Add overridePreference call to all WebGL layout tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: oliver at apple.com, cmarrin at apple.com


The WebGL layout tests all need the call

if (window.layoutTestController)
    layoutTestController.overridePreference("WebKitWebGLEnabled", "1");

as a prologue. This bit is sticky across runs, but an initial run with this bit
unset causes the layout tests to fail with the error

"TypeError: Result of expression 'context' [undefined] is not an object."

-- 
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