Bug 109546 - [Mac] DumpRenderTree: testRunner.overridePreference("WebKitJavaScriptEnabled", true) has no effect
Summary: [Mac] DumpRenderTree: testRunner.overridePreference("WebKitJavaScriptEnabled"...
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: 2013-02-11 23:08 PST by Vivek Galatage
Modified: 2017-01-18 23:38 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivek Galatage 2013-02-11 23:08:27 PST
Please refer to test: LayoutTests/inspector/script-execution-state-change-notification.html which uses the above mentioned override.

The expected result is that the preference should reflect the correct value. The above preference always returns false and due to which the test is failing.

The same test works when ran with ./Tools/Scripts/run-test-runner so this is mostly issue in the DRT for MAC.