Bug 116809
Summary: | [Qt] REGRESSION(r150688,r150693): http/tests/globalhistory/history-delegate-basic-refresh-redirect.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zoltan Arvai <zarvai> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | allan.jensen, jturcotte, kadam, mitz |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 79666 |
Zoltan Arvai
After the changes in http://trac.webkit.org/changeset/150688 the results should be like http://trac.webkit.org/changeset/150693.
But on Qt WK1 the result is still the old value:
--- /ramdisk/qt-linux-release/build/layout-test-results/http/tests/globalhistory/history-delegate-basic-refresh-redirect-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/http/tests/globalhistory/history-delegate-basic-refresh-redirect-actual.txt
@@ -12,7 +12,7 @@
main frame - willPerformClientRedirectToURL: http://127.0.0.1:8000/resources/notify-done.html
main frame - didFinishLoadForFrame
main frame - didStartProvisionalLoadForFrame
-WebView performed a client redirect from "http://127.0.0.1:8000/resources/redirect.php?url=notify-done.html&refresh=0" to "http://127.0.0.1:8000/resources/notify-done.html".
+WebView performed a client redirect from "http://127.0.0.1:8000/globalhistory/history-delegate-basic-refresh-redirect.html" to "http://127.0.0.1:8000/resources/notify-done.html".
main frame - didCancelClientRedirectForFrame
main frame - didCommitLoadForFrame
main frame - didFinishDocumentLoadForFrame
This test is skipped on generic WK2.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zoltan Arvai
Skipped on Qt WK1 in http://trac.webkit.org/changeset/150742.
Please unskip it with proper fix.