Bug 152446

Summary: [iOS Simulator] http/tests/loading/preload-no-store-frame-src.html failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: 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    

Description Ryan Haddad 2015-12-18 15:48:20 PST
[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
Comment 1 Ryan Haddad 2016-01-21 15:40:24 PST
Does this need a rebaseline, or is it a failure that needs to be investigated further?
Comment 2 Chris Dumez 2016-01-21 16:16:56 PST
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.
Comment 3 Ryan Haddad 2016-01-25 10:40:52 PST
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?
Comment 4 Chris Dumez 2016-01-25 11:04:01 PST
Sure, I'll try to get to it soon.