Bug 69615
Summary: | [Qt] http/tests/multipart/load-last-non-html-frame.php is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zoltan Horvath <zoltan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ossy, robert, tony, zarvai, zoltan |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Bug Depends on: | 47059, 69449 | ||
Bug Blocks: |
Zoltan Horvath
http/tests/multipart/load-last-non-html-frame.php is failing on Qt Linux Release
DIFF
--- /ramdisk/qt-linux-release/build/layout-test-results/http/tests/multipart/load-last-non-html-frame-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/http/tests/multipart/load-last-non-html-frame-actual.txt
@@ -1,3 +1,12 @@
-This test passes if the last multipart frame is displayed.
-PASS
-
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderText {#text} at (0,0) size 756x44
+ text run at (0,0) width 207: "--asdf Content-type: text/plain "
+ text run at (207,0) width 413: "This test passes if the last multipart frame is displayed. FAIL "
+ text run at (620,0) width 136: "--asdf Content-type:"
+ text run at (0,22) width 67: "text/plain "
+ text run at (67,22) width 414: "This test passes if the last multipart frame is displayed. PASS "
+ text run at (481,22) width 48: "--asdf--"
The test was introduced in: http://trac.webkit.org/changeset/96856 (bug #69449)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zoltan Horvath
Skipped in http://trac.webkit.org/changeset/96928.
Zoltan Arvai
Qtwebkit has no multipart support:
https://bugs.webkit.org/show_bug.cgi?id=47059
Qt 4.8 will support it:
http://developer.qt.nokia.com/forums/viewthread/6354
Csaba Osztrogonác
*** This bug has been marked as a duplicate of bug 47060 ***
Robert Hogan
(In reply to comment #2)
> Qt 4.8 will support it:
> http://developer.qt.nokia.com/forums/viewthread/6354
As far as I know only *sending* multipart messages is supported in 4.8, receiving them is still not supported and should probably sit in QtWebKit anyway.