Bug 15414
Summary: | Would like a way to change WebCore::Settings from within regression tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | CC: | eric |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | All |
Adam Roben (:aroben)
Making a regression test for bug 15305 would require changing a setting on WebCore::Settings and then reloading the page. We currently have no way of doing this from within a regression test.
A new object hanging off of window seems appropriate for this task, perhaps named settingsController. The tricky part is figuring out a sane way to reload the page when a setting changes, even though you might be in the middle of a test.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |