RESOLVED WONTFIX 59406
loader fix broke a basic auth test in chromium
https://bugs.webkit.org/show_bug.cgi?id=59406
Summary loader fix broke a basic auth test in chromium
Dirk Pranke
Reported 2011-04-25 17:20:29 PDT
The fix in bug 59241 (http://trac.webkit.org/changeset/84742) broke one of the automated UI tests in Chromium that handles navigating back and forth between pages that use basic authentication. Th test expects to get a basic auth challenge, and instead the resource load appears to be succeeding. The test in question is here: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/ui/login/login_prompt_uitest.cc?annotate=74158 That unit test is already marked as flaky on Windows, so maybe it is badly written and the loader fix is correct? I will disable that test for now but we need to figure out what to do about it.
Attachments
Alexey Proskuryakov
Comment 1 2011-04-25 19:49:25 PDT
The change only affects canceled main resource loads. Is the test intentionally canceling any?
Note You need to log in before you can comment on or make changes to this bug.