NEW 115203
[WK2] Multiple tests in http/tests/download fail because of incorrect custom policy delegate implementation
https://bugs.webkit.org/show_bug.cgi?id=115203
Summary [WK2] Multiple tests in http/tests/download fail because of incorrect custom ...
Alexey Proskuryakov
Reported 2013-04-25 13:58:47 PDT
These tests are currently skipped on WebKit2: http/tests/download/default-encoding.html http/tests/download/inherited-encoding-form-submission-result.html http/tests/download/inherited-encoding.html An immediate reason for the failure is that testRunner.waitForPolicyDelegate() overrides "permissive" delegate mode that's just set via testRunner.setCustomPolicyDelegate(). However, with that is fixed, tests results are still wrong. From (very) brief debugging, it appears that WebKitTestRunner substitutes entirely different delegates than DumpRenderTree.
Attachments
Note You need to log in before you can comment on or make changes to this bug.