Bug 152446
Summary: | [iOS Simulator] http/tests/loading/preload-no-store-frame-src.html failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Chris Dumez <cdumez> |
Status: | NEW | ||
Severity: | Normal | CC: | cdumez, koivisto |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 9.0 | ||
Bug Depends on: | |||
Bug Blocks: | 152130 |
Ryan Haddad
[iOS Simulator] http/tests/loading/preload-no-store-frame-src.html failing
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r194295%20(1860)/results.html>
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/loading/preload-no-store-frame-src-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/loading/preload-no-store-frame-src-actual.txt
@@ -1,6 +1,7 @@
main frame - didStartProvisionalLoadForFrame
main frame - didCommitLoadForFrame
js-test-pre.js has MIME type application/x-javascript
+no-store-frame.php has MIME type text/html
slow-script.pl has MIME type application/javascript
frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
main frame - didFinishDocumentLoadForFrame
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Does this need a rebaseline, or is it a failure that needs to be investigated further?
Chris Dumez
I think this needs investigation. It does not seem normal that the following line shows up twice:
no-store-frame.php has MIME type text/html
I am worried no-store-frame.php is requested on the network twice on iOS, which would be a performance problem.
Ryan Haddad
Added failure expectation in <http://trac.webkit.org/projects/webkit/changeset/195542>
(In reply to comment #2)
> I think this needs investigation. It does not seem normal that the following
> line shows up twice:
> no-store-frame.php has MIME type text/html
>
> I am worried no-store-frame.php is requested on the network twice on iOS,
> which would be a performance problem.
Is this something you will be able to look at, or should we assign it to someone else?
Chris Dumez
Sure, I'll try to get to it soon.