<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[177428] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/177428">177428</a></dd>
<dt>Author</dt> <dd>dbates@webkit.org</dd>
<dt>Date</dt> <dd>2014-12-16 19:05:10 -0800 (Tue, 16 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[iOS] Update expected results for LayoutTests/http

* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt: Added.
* platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/acid2-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/error404-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/iframe404-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt: Added.
* platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt: Added.
* platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt: Added.
* platform/ios-simulator/http/tests/uri/css-href-expected.txt: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/ios-simulator/http/</li>
<li>trunk/LayoutTests/platform/ios-simulator/http/tests/</li>
<li>trunk/LayoutTests/platform/ios-simulator/http/tests/loading/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsloadingsimplesubframeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt</a></li>
<li>trunk/LayoutTests/platform/ios-simulator/http/tests/local/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestslocalfileurlsentasrefererexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt</a></li>
<li>trunk/LayoutTests/platform/ios-simulator/http/tests/misc/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2expectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2pixelexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscerror404expectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/error404-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscfaviconasimageexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscframeaccessduringloadexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscgeneratedcontentinsidetableexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmisciframe404expectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/iframe404-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmisclocationreplacecrossdomainexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscobjectembeddingsvgdelayedsizenegotiation2expectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscslowloadingimageinpatternexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmiscslowloadingmaskexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt</a></li>
<li>trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmultipartinvalidimagedataexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsmultipartinvalidimagedatastandaloneexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt</a></li>
<li>trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsnavigationerror404basicexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsnavigationerror404gobackexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsnavigationerror404subframeloadexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsnavigationjavascriptlinkframesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsnavigationpostredirectbasicexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsnavigationpostredirectgoback1expectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt</a></li>
<li>trunk/LayoutTests/platform/ios-simulator/http/tests/uri/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorhttptestsuricsshrefexpectedtxt">trunk/LayoutTests/platform/ios-simulator/http/tests/uri/css-href-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (177427 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-12-17 03:02:41 UTC (rev 177427)
+++ trunk/LayoutTests/ChangeLog        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -1,3 +1,32 @@
</span><ins>+2014-12-16  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        [iOS] Update expected results for LayoutTests/http
+
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+        * platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt: Added.
+        * platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/acid2-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/error404-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/iframe404-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt: Added.
+        * platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt: Added.
+        * platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt: Added.
+        * platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
+        * platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt: Added.
+        * platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt: Added.
+        * platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt: Added.
+        * platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
+        * platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt: Added.
+        * platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt: Added.
+        * platform/ios-simulator/http/tests/uri/css-href-expected.txt: Added.
+
</ins><span class="cx"> 2014-12-16  Zalan Bujtas  &lt;zalan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Subpixel rendering: Animating HTML elements leaves trails when embedded to a subpxiel positioned iframe.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (177427 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2014-12-17 03:02:41 UTC (rev 177427)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -17,6 +17,7 @@
</span><span class="cx"> # Skip WebGL tests in iOS Simulator
</span><span class="cx"> webgl
</span><span class="cx"> fast/canvas/webgl
</span><ins>+http/tests/webgl
</ins><span class="cx"> 
</span><span class="cx"> # Encrypted Media Extensions are not enabled
</span><span class="cx"> media/encrypted-media/
</span><span class="lines">@@ -27,17 +28,37 @@
</span><span class="cx"> 
</span><span class="cx"> # Not supported on iOS
</span><span class="cx"> batterystatus
</span><del>-compositing/plugins
</del><span class="cx"> gamepad
</span><span class="cx"> java
</span><span class="cx"> mhtml
</span><del>-plugins
</del><span class="cx"> proximity
</span><del>-pointer-lock
</del><span class="cx"> touchadjustment
</span><span class="cx"> vibration
</span><span class="cx"> webaudio
</span><ins>+http/tests/notifications
</ins><span class="cx"> 
</span><ins>+# Plugins are not supported on iOS
+plugins
+compositing/plugins
+http/tests/plugins
+
+# Pointer-lock not supported on iOS
+pointer-lock
+http/tests/pointer-lock
+
+# FIXME: Media tests not supported on iOS
+media
+http/tests/media
+
+# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
+webkit.org/b/85558 http/tests/security/contentSecurityPolicy/1.1
+
+# X-Content-Type-Options (ENABLE_NOSNIFF) is not enabled.
+webkit.org/b/136452 http/tests/security/contentTypeOptions
+
+# webkit.org/b/61138, webkit.org/b/84893, webkit.org/b/133321
+http/tests/w3c/webperf
+
</ins><span class="cx"> # IndexedDB is not supported on iOS
</span><span class="cx"> storage/indexeddb
</span><span class="cx"> inspector-protocol/indexeddb/basics.html
</span><span class="lines">@@ -165,6 +186,7 @@
</span><span class="cx"> crypto/subtle/rsa-oaep-generate-non-extractable-key.html [ Skip ]
</span><span class="cx"> crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html [ Skip ]
</span><span class="cx"> crypto/subtle/rsa-oaep-key-manipulation.html [ Skip ]
</span><ins>+http/tests/security/XFrameOptions/x-frame-options-deny-delete-frame-in-load-event.html
</ins><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/19068796&gt; ASSERTION FAILED: crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html fails ASSERT(m_scriptExecutionContext-&gt;isContextThread())
</span><span class="cx"> crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html [ Skip ]
</span><span class="lines">@@ -1515,14 +1537,24 @@
</span><span class="cx"> # Webarchive tests that differ from Mac (need to verify correctness):
</span><span class="cx"> webarchive/loading/cache-expired-subresource.html [ Failure ]
</span><span class="cx"> 
</span><ins>+# XMLHttpRequest tests that fail:
+webkit.org/b/82672 http/tests/xmlhttprequest/range-test.html [ Failure ]
+http/tests/xmlhttprequest/basic-auth-nopassword.html [ Failure ]
+http/tests/xmlhttprequest/cache-override.html [ Failure ]
+http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure ]
+http/tests/xmlhttprequest/default-content-type-dashboard.html [ Failure ]
+http/tests/xmlhttprequest/failed-auth.html [ Failure ]
+http/tests/xmlhttprequest/head-redirection.html [ Failure ]
+http/tests/xmlhttprequest/remember-bad-password.html [ Failure ]
+http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard.html [ Failure ]
+http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html [ Failure ]
+
</ins><span class="cx"> ###
</span><span class="cx"> # Temporarily skip all others tests
</span><span class="cx"> # We'll un-skip each directory as we land updated/new expected results
</span><span class="cx"> ##
</span><span class="cx"> editing
</span><span class="cx"> fast
</span><del>-http
-media
</del><span class="cx"> platform
</span><span class="cx"> 
</span><span class="cx"> ###
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsloadingsimplesubframeexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+frame &quot;f1&quot; - didStartProvisionalLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+frame &quot;f1&quot; - didCommitLoadForFrame
+frame &quot;f1&quot; - didFinishDocumentLoadForFrame
+frame &quot;f1&quot; - didHandleOnloadEventsForFrame
+main frame - didHandleOnloadEventsForFrame
+frame &quot;f1&quot; - didFinishLoadForFrame
+main frame - didFinishLoadForFrame
+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 496x19
+        text run at (0,0) width 496: &quot;This is a test of load callbacks. It is only useful inside the regression test tool.&quot;
+      RenderBR {BR} at (495,15) size 1x0
+      RenderPartObject {IFRAME} at (0,20) size 304x154 [border: (2px inset #000000)]
+        layer at (0,0) size 300x150
+          RenderView at (0,0) size 300x150
+        layer at (0,0) size 300x150
+          RenderBlock {HTML} at (0,0) size 300x150
+            RenderBody {BODY} at (8,8) size 284x134
+              RenderInline {B} at (0,0) size 24x19
+                RenderText {#text} at (0,0) size 24x19
+                  text run at (0,0) width 24: &quot;test&quot;
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestslocalfileurlsentasrefererexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+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
+      RenderBR {BR} at (0,0) size 0x19
+      RenderText {#text} at (0,20) size 515x19
+        text run at (0,20) width 515: &quot;This is a test to see if a file:// url is sent out as the referrer for a subresource load&quot;
+      RenderBR {BR} at (514,35) size 1x0
+      RenderPartObject {IFRAME} at (0,40) size 304x154 [border: (2px inset #000000)]
+        layer at (0,0) size 300x150
+          RenderView at (0,0) size 300x150
+        layer at (0,0) size 300x150
+          RenderBlock {HTML} at (0,0) size 300x150
+            RenderBody {BODY} at (8,8) size 284x134
+              RenderImage {IMG} at (0,0) size 250x50
+      RenderText {#text} at (304,179) size 4x19
+        text run at (304,179) width 4: &quot; &quot;
+      RenderBR {BR} at (308,194) size 0x0
+      RenderText {#text} at (0,199) size 398x19
+        text run at (0,199) width 398: &quot;The above image will tell you success or failure - green or red&quot;
+      RenderBR {BR} at (397,214) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,88 @@
</span><ins>+layer at (0,0) size 800x4066
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x4066
+  RenderBlock {HTML} at (0,0) size 800x4066 [color=#FF0000] [bgcolor=#FFFFFF]
+    RenderBody {BODY} at (0,84) size 800x2782
+      RenderBlock {H2} at (72,2484) size 656x72 [color=#000080]
+        RenderText {#text} at (12,45) size 131x29
+          text run at (12,45) width 131: &quot;Hello World!&quot;
+layer at (36,2640) size 764x226
+  RenderBlock (relative positioned) {DIV} at (36,2556) size 764x226 [border: (12px solid #00000000)]
+    RenderTable {TABLE} at (12,12) size 1x0
+      RenderTableSection {TBODY} at (0,0) size 1x0
+        RenderTableRow {TR} at (0,0) size 1x0
+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+    RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
+      RenderBlock {DIV} at (12,0) size 144x12
+        RenderText {#text} at (0,-2) size 101x15
+          text run at (0,-2) width 101: &quot;                              &quot;
+    RenderBlock (floating) {DIV} at (36,96) size 168x48 [border: none (12px solid #000000)]
+      RenderBlock {DIV} at (12,0) size 144x48 [bgcolor=#FFFF00]
+        RenderBlock {DIV} at (60,12) size 24x24 [bgcolor=#FF0000]
+          RenderBlock (generated) at (0,0) size 24x12 [border: none (12px solid #FFFF00) (12px solid #000000) (12px solid #FFFF00)]
+            RenderText at (0,0) size 0x0
+          RenderBlock (generated) at (0,12) size 24x12 [border: (12px solid #000000) (12px solid #FFFF00) none (12px solid #FFFF00)]
+            RenderText at (0,0) size 0x0
+    RenderBlock {DIV} at (87,75) size 590x0
+      RenderBlock {DIV} at (48,0) size 518x0
+    RenderBlock {DIV} at (48,132) size 668x24
+    RenderBlock {DIV} at (60,168) size 120x12 [bgcolor=#FFFF00] [border: none (12px solid #000000) none (12px solid #000000)]
+      RenderInline {DIV} at (0,0) size 1x3
+        RenderText {#text} at (12,8) size 1x3
+          text run at (12,8) width 1: &quot; &quot;
+    RenderBlock {DIV} at (12,180) size 740x12
+      RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
+          RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
+            RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
+            RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
+layer at (48,2844) size 740x10 scrollHeight 277
+  RenderBlock {DIV} at (12,204) size 740x10
+    RenderTable {TABLE} at (0,0) size 64x277
+      RenderTableSection {TBODY} at (0,0) size 64x277
+        RenderTableRow {TR} at (0,0) size 64x277
+          RenderTableCell {TD} at (0,0) size 64x277 [r=0 c=0 rs=1 cs=1]
+            RenderImage {IMG} at (0,155) size 64x64
+layer at (132,108) size 48x18
+  RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
+layer at (132,144) size 48x15
+  RenderBlock (positioned) {P} at (132,144) size 48x15 [bgcolor=#000000] [border: none (3px solid #FF0000) none]
+layer at (108,2688) size 96x12
+  RenderBlock (positioned) {BLOCKQUOTE} at (72,48) size 96x12 [border: none (24px solid #000000) none (24px solid #000000)]
+    RenderBlock (floating) {ADDRESS} at (24,0) size 48x12 [bgcolor=#FFFF00]
+layer at (84,2712) size 144x24
+  RenderBlock (positioned) {DIV} at (48,72) size 144x24 [bgcolor=#FF0000]
+    RenderBlock {DIV} at (0,0) size 144x0
+      RenderInline {OBJECT} at (0,0) size 131x15
+        RenderInline {OBJECT} at (0,0) size 131x15
+          RenderImage {OBJECT} at (13,0) size 131x24 [border: none (12px solid #000000) none]
+    RenderBlock (floating) {DIV} at (0,0) size 144x24 [border: none (12px solid #FF0000) none (12px solid #000000)]
+    RenderBlock {DIV} at (0,0) size 144x24 [border: none (24px solid #FFFF00)]
+layer at (84,2784) size 144x24
+  RenderBlock (relative positioned) {DIV} at (0,0) size 144x24 [bgcolor=#000000]
+layer at (96,2784) size 120x24
+  RenderBlock (positioned) {DIV} at (12,0) size 120x24 [border: (12px solid #FFFF00)]
+    RenderBlock (floating) {SPAN} at (12,0) size 96x12 [border: none (12px solid #00000000) none (12px solid #00000000)]
+      RenderBlock (floating) {EM} at (12,0) size 72x24 [border: (12px solid #FFFF00) none (12px solid #000000) none]
+        RenderBlock {STRONG} at (0,12) size 72x0
+layer at (48,84) size 704x84
+  RenderBlock (relative positioned) zI: 2 {DIV} at (48,0) size 704x84 [color=#000000] [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+    RenderBlock {H1} at (13,13) size 678x29
+      RenderText {#text} at (0,0) size 253x29
+        text run at (0,0) width 253: &quot;Standards compliant?&quot;
+    RenderBlock {P} at (13,42) size 678x29
+      RenderInline {A} at (0,0) size 217x29 [color=#0000FF]
+        RenderText {#text} at (0,0) size 217x29
+          text run at (0,0) width 217: &quot;Take The Acid2 Test&quot;
+      RenderText {#text} at (216,0) size 199x29
+        text run at (216,0) width 199: &quot; and compare it to &quot;
+      RenderInline {A} at (0,0) size 251x29 [color=#0000FF]
+        RenderText {#text} at (414,0) size 251x29
+          text run at (414,0) width 251: &quot;the reference rendering&quot;
+      RenderText {#text} at (664,0) size 8x29
+        text run at (664,0) width 8: &quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscacid2pixelexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,72 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x298
+  RenderBlock {HTML} at (0,0) size 800x298 [color=#FF0000] [bgcolor=#FFFFFF]
+    RenderBody {BODY} at (0,0) size 800x298
+      RenderBlock {H2} at (72,0) size 656x72 [color=#000080]
+        RenderText {#text} at (12,45) size 131x29
+          text run at (12,45) width 131: &quot;Hello World!&quot;
+layer at (36,72) size 764x226
+  RenderBlock (relative positioned) {DIV} at (36,72) size 764x226 [border: (12px solid #00000000)]
+    RenderTable {TABLE} at (12,12) size 1x0
+      RenderTableSection {TBODY} at (0,0) size 1x0
+        RenderTableRow {TR} at (0,0) size 1x0
+          RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
+    RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
+      RenderBlock {DIV} at (12,0) size 144x12
+        RenderText {#text} at (0,-2) size 101x15
+          text run at (0,-2) width 101: &quot;                              &quot;
+    RenderBlock (floating) {DIV} at (36,96) size 168x48 [border: none (12px solid #000000)]
+      RenderBlock {DIV} at (12,0) size 144x48 [bgcolor=#FFFF00]
+        RenderBlock {DIV} at (60,12) size 24x24 [bgcolor=#FF0000]
+          RenderBlock (generated) at (0,0) size 24x12 [border: none (12px solid #FFFF00) (12px solid #000000) (12px solid #FFFF00)]
+            RenderText at (0,0) size 0x0
+          RenderBlock (generated) at (0,12) size 24x12 [border: (12px solid #000000) (12px solid #FFFF00) none (12px solid #FFFF00)]
+            RenderText at (0,0) size 0x0
+    RenderBlock {DIV} at (87,75) size 590x0
+      RenderBlock {DIV} at (48,0) size 518x0
+    RenderBlock {DIV} at (48,132) size 668x24
+    RenderBlock {DIV} at (60,168) size 120x12 [bgcolor=#FFFF00] [border: none (12px solid #000000) none (12px solid #000000)]
+      RenderInline {DIV} at (0,0) size 1x3
+        RenderText {#text} at (12,8) size 1x3
+          text run at (12,8) width 1: &quot; &quot;
+    RenderBlock {DIV} at (12,180) size 740x12
+      RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
+    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+      RenderTableSection (anonymous) at (0,0) size 48x12
+        RenderTableRow (anonymous) at (0,0) size 48x12
+          RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+          RenderTableCell (anonymous) at (12,0) size 12x12 [r=0 c=1 rs=1 cs=1]
+            RenderTable {LI} at (0,0) size 12x12 [bgcolor=#000000]
+          RenderTableCell {LI} at (24,0) size 12x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+          RenderTableCell (anonymous) at (36,0) size 12x12 [r=0 c=3 rs=1 cs=1]
+            RenderListItem {LI} at (0,0) size 12x12 [bgcolor=#000000]
+layer at (48,276) size 740x10 scrollHeight 277
+  RenderBlock {DIV} at (12,204) size 740x10
+    RenderTable {TABLE} at (0,0) size 64x277
+      RenderTableSection {TBODY} at (0,0) size 64x277
+        RenderTableRow {TR} at (0,0) size 64x277
+          RenderTableCell {TD} at (0,0) size 64x277 [r=0 c=0 rs=1 cs=1]
+            RenderImage {IMG} at (0,155) size 64x64
+layer at (132,108) size 48x18
+  RenderBlock (positioned) {P} at (132,108) size 48x18 [bgcolor=#000000] [border: none (6px solid #FFFF00) none]
+layer at (132,144) size 48x15
+  RenderBlock (positioned) {P} at (132,144) size 48x15 [bgcolor=#000000] [border: none (3px solid #FF0000) none]
+layer at (108,120) size 96x12
+  RenderBlock (positioned) {BLOCKQUOTE} at (72,48) size 96x12 [border: none (24px solid #000000) none (24px solid #000000)]
+    RenderBlock (floating) {ADDRESS} at (24,0) size 48x12 [bgcolor=#FFFF00]
+layer at (84,144) size 144x24
+  RenderBlock (positioned) {DIV} at (48,72) size 144x24 [bgcolor=#FF0000]
+    RenderBlock {DIV} at (0,0) size 144x0
+      RenderInline {OBJECT} at (0,0) size 131x15
+        RenderInline {OBJECT} at (0,0) size 131x15
+          RenderImage {OBJECT} at (13,0) size 131x24 [border: none (12px solid #000000) none]
+    RenderBlock (floating) {DIV} at (0,0) size 144x24 [border: none (12px solid #FF0000) none (12px solid #000000)]
+    RenderBlock {DIV} at (0,0) size 144x24 [border: none (24px solid #FFFF00)]
+layer at (84,216) size 144x24
+  RenderBlock (relative positioned) {DIV} at (0,0) size 144x24 [bgcolor=#000000]
+layer at (96,216) size 120x24
+  RenderBlock (positioned) {DIV} at (12,0) size 120x24 [border: (12px solid #FFFF00)]
+    RenderBlock (floating) {SPAN} at (12,0) size 96x12 [border: none (12px solid #00000000) none (12px solid #00000000)]
+      RenderBlock (floating) {EM} at (12,0) size 72x24 [border: (12px solid #FFFF00) none (12px solid #000000) none]
+        RenderBlock {STRONG} at (0,12) size 72x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscerror404expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/error404-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/error404-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/error404-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+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 373x19
+        text run at (0,0) width 373: &quot;This 404 error was intentionally generated by a test script.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscfaviconasimageexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+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 (0,0) size 800x600
+      RenderBlock {DIV} at (0,0) size 800x20
+        RenderText {#text} at (0,0) size 470x19
+          text run at (0,0) width 470: &quot;Three green 16x16 pixel squares should appear below, stacked vertically.&quot;
+      RenderBlock {DIV} at (0,20) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+        RenderImage {IMG} at (1,1) size 16x16
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,38) size 800x36
+        RenderPartObject {IFRAME} at (0,0) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+          layer at (0,0) size 16x16
+            RenderView at (0,0) size 16x16
+          layer at (0,0) size 16x16
+            RenderBlock {HTML} at (0,0) size 16x16
+              RenderBody {BODY} at (0,0) size 16x16
+                RenderImage {IMG} at (0,0) size 16x16
+        RenderBR {BR} at (18,18) size 0x0
+        RenderPartObject {IFRAME} at (0,18) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+          layer at (0,0) size 16x16
+            RenderView at (0,0) size 16x16
+          layer at (0,0) size 16x16
+            RenderBlock {HTML} at (0,0) size 16x16
+              RenderBody {BODY} at (0,0) size 16x16
+                RenderImage {IMG} at (0,0) size 16x16
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscframeaccessduringloadexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,37 @@
</span><ins>+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 784x576
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 756x39
+          text run at (0,0) width 139: &quot;This test verifies that &quot;
+          text run at (138,0) width 618: &quot;accessing a frame's document while it is still loading does not prevent the load, but can access at&quot;
+          text run at (0,20) width 226: &quot;least a temporary empty document.&quot;
+      RenderBlock (anonymous) at (0,56) size 784x120
+        RenderPartObject {IFRAME} at (0,0) size 300x40
+          layer at (0,0) size 300x40
+            RenderView at (0,0) size 300x40
+          layer at (0,0) size 300x40
+            RenderBlock {HTML} at (0,0) size 300x40
+              RenderBody {BODY} at (8,8) size 284x24
+                RenderText {#text} at (0,0) size 70x19
+                  text run at (0,0) width 70: &quot;SUCCESS&quot;
+        RenderBR {BR} at (300,40) size 0x0
+        RenderPartObject {IFRAME} at (0,40) size 300x40
+          layer at (0,0) size 300x40
+            RenderView at (0,0) size 300x40
+          layer at (0,0) size 300x40
+            RenderBlock {HTML} at (0,0) size 300x40
+              RenderBody {BODY} at (8,8) size 284x24
+                RenderText {#text} at (0,0) size 70x19
+                  text run at (0,0) width 70: &quot;SUCCESS&quot;
+        RenderBR {BR} at (300,80) size 0x0
+        RenderText {#text} at (0,80) size 166x19
+          text run at (0,80) width 166: &quot;[object HTMLDocument]&quot;
+        RenderBR {BR} at (165,95) size 1x0
+        RenderText {#text} at (0,100) size 166x19
+          text run at (0,100) width 166: &quot;[object HTMLDocument]&quot;
+      RenderBlock {P} at (0,192) size 784x20
+        RenderText {#text} at (0,0) size 622x19
+          text run at (0,0) width 622: &quot;If this test passes, you should see SUCCESS twice, followed by [object HTMLDocument] twice.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscgeneratedcontentinsidetableexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+      RenderTable {TABLE} at (0,0) size 182x26
+        RenderTableSection {TBODY} at (0,0) size 182x26
+          RenderTableRow {TR} at (0,2) size 182x22
+            RenderTableCell {TD} at (2,2) size 178x22 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 176x20
+                RenderText {#text} at (0,0) size 172x19
+                  text run at (0,0) width 172: &quot;This text should not break &quot;
+                RenderInline (generated) at (0,0) size 5x19
+                  RenderText at (171,0) size 5x19
+                    text run at (171,0) width 5: &quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmisciframe404expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/iframe404-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/iframe404-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/iframe404-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,46 @@
</span><ins>+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
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 55x19
+          text run at (0,0) width 55: &quot;Test for &quot;
+        RenderInline {A} at (0,0) size 61x19 [color=#0000EE]
+          RenderText {#text} at (54,0) size 61x19
+            text run at (54,0) width 61: &quot;bug 8121&quot;
+        RenderText {#text} at (114,0) size 291x19
+          text run at (114,0) width 291: &quot;: REGRESSION: 404s are not displayed and &quot;
+        RenderInline {A} at (0,0) size 61x19 [color=#0000EE]
+          RenderText {#text} at (404,0) size 61x19
+            text run at (404,0) width 61: &quot;bug 7739&quot;
+        RenderText {#text} at (464,0) size 778x39
+          text run at (464,0) width 314: &quot;: REGRESSION: Assertion failure loading acid2&quot;
+          text run at (0,20) width 307: &quot;test in -[WebCoreFrameBridge installInFrame:]&quot;
+      RenderBlock {P} at (0,56) size 784x40
+        RenderText {#text} at (0,0) size 764x39
+          text run at (0,0) width 168: &quot;Here is an invalid iframe. &quot;
+          text run at (167,0) width 597: &quot;It should contain a 404 error message, not any green fallback text. Note this will only work if&quot;
+          text run at (0,20) width 180: &quot;this page is fetched via http.&quot;
+      RenderBlock (anonymous) at (0,112) size 784x184
+        RenderPartObject {IFRAME} at (0,0) size 553x184 [border: (2px inset #000000)]
+          layer at (0,0) size 549x180
+            RenderView at (0,0) size 549x180
+          layer at (0,0) size 549x180
+            RenderBlock {HTML} at (0,0) size 549x180
+              RenderBody {BODY} at (8,8) size 533x164
+                RenderText {#text} at (0,0) size 373x19
+                  text run at (0,0) width 373: &quot;This 404 error was intentionally generated by a test script.&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,312) size 784x20
+        RenderText {#text} at (0,0) size 498x19
+          text run at (0,0) width 165: &quot;Here is an invalid object. &quot;
+          text run at (164,0) width 334: &quot;It should be rendered with some green fallback text.&quot;
+      RenderBlock (anonymous) at (0,348) size 784x20
+        RenderInline {OBJECT} at (0,0) size 80x19
+          RenderText {#text} at (0,0) size 0x0
+          RenderInline {SPAN} at (0,0) size 80x19 [color=#008000]
+            RenderText {#text} at (0,0) size 80x19
+              text run at (0,0) width 80: &quot;fallback text&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmisclocationreplacecrossdomainexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+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
+      RenderPartObject {IFRAME} at (0,0) size 304x154 [border: (2px inset #000000)]
+        layer at (0,0) size 300x150
+          RenderView at (0,0) size 300x150
+        layer at (0,0) size 300x150
+          RenderBlock {HTML} at (0,0) size 300x150
+            RenderBody {BODY} at (8,8) size 284x134
+              RenderText {#text} at (0,0) size 70x19
+                text run at (0,0) width 70: &quot;SUCCESS&quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscobjectembeddingsvgdelayedsizenegotiation2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,62 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x462
+  RenderBlock {HTML} at (0,0) size 800x462
+    RenderBody {BODY} at (4,4) size 137x450 [border: (1px dashed #C0C0C0)]
+      RenderBlock {P} at (1,10) size 135x27
+        RenderText {#text} at (0,-1) size 131x29
+          text run at (0,-1) width 125: &quot;The following six blue boxes must&quot;
+          text run at (0,8) width 131: &quot;be of the same width. There must be&quot;
+          text run at (0,17) width 25: &quot;no red.&quot;
+      RenderBlock {P} at (10,46) size 117x27 [bgcolor=#008000] [border: (9px solid #0000FF)]
+        RenderText {#text} at (9,8) size 3x11
+          text run at (9,8) width 3: &quot; &quot;
+      RenderBlock {P} at (1,127) size 135x9
+        RenderText {#text} at (0,-1) size 14x11
+          text run at (0,-1) width 14: &quot;      &quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+          layer at (0,0) size 99x25
+            RenderView at (0,0) size 99x25
+          layer at (0,0) size 99x25
+            RenderSVGRoot {svg} at (0,0) size 99x25
+              RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+              RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
+      RenderBlock {P} at (1,190) size 135x9
+        RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+          layer at (0,0) size 99x25
+            RenderView at (0,0) size 99x25
+          layer at (0,0) size 99x25
+            RenderSVGRoot {svg} at (0,0) size 99x25
+              RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+              RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
+      RenderTable at (1,253) size 135x44
+        RenderTableSection (anonymous) at (0,0) size 135x44
+          RenderTableRow (anonymous) at (0,0) size 135x44
+            RenderTableCell {P} at (0,0) size 135x44 [r=0 c=0 rs=1 cs=1]
+              RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+                layer at (0,0) size 99x25
+                  RenderView at (0,0) size 99x25
+                layer at (0,0) size 99x25
+                  RenderSVGRoot {svg} at (0,0) size 99x25
+                    RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+                    RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
+      RenderTable {TABLE} at (1,351) size 135x44
+        RenderTableSection {TBODY} at (0,0) size 135x44
+          RenderTableRow {TR} at (0,0) size 135x44
+            RenderTableCell {TD} at (0,0) size 135x44 [r=0 c=0 rs=1 cs=1]
+              RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+                layer at (0,0) size 99x25
+                  RenderView at (0,0) size 99x25
+                layer at (0,0) size 99x25
+                  RenderSVGRoot {svg} at (0,0) size 99x25
+                    RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+                    RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
+      RenderBlock (floating) {P} at (1,449) size 135x9
+        RenderEmbeddedObject {OBJECT} at (9,0) size 117x43 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+          layer at (0,0) size 99x25
+            RenderView at (0,0) size 99x25
+          layer at (0,0) size 99x25
+            RenderSVGRoot {svg} at (0,0) size 99x25
+              RenderSVGRect {rect} at (0,0) size 99x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+              RenderSVGPath {path} at (14,4) size 71x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscslowloadingimageinpatternexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x56
+  RenderBlock {HTML} at (0,0) size 800x56
+    RenderBody {BODY} at (8,8) size 784x40
+      RenderText {#text} at (0,0) size 640x19
+        text run at (0,0) width 640: &quot;This tests slow loading png images referenced from a image element inside a SVG pattern resource.&quot;
+      RenderBR {BR} at (639,0) size 1x19
+      RenderText {#text} at (0,20) size 573x19
+        text run at (0,20) width 573: &quot;You should see a 400x300 rect containing a tiled rendering of the Acid3 reference image.&quot;
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (10,50) size 406x306
+  RenderSVGRoot {svg} at (10,50) size 406x306
+    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+      RenderSVGResourcePattern {pattern} [id=&quot;pattern&quot;] [patternUnits=userSpaceOnUse] [patternContentUnits=userSpaceOnUse]
+        RenderSVGImage {image} at (10,50) size 406x306
+    RenderSVGRect {rect} at (10,50) size 406x306 [fill={[type=PATTERN] [id=&quot;pattern&quot;]}] [x=0.00] [y=0.00] [width=400.00] [height=300.00]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmiscslowloadingmaskexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x492
+  RenderBlock {HTML} at (0,0) size 800x492
+    RenderBody {BODY} at (8,16) size 784x466
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 755x39
+          text run at (0,0) width 755: &quot;Tests that masked elements do not render until their mask images are fully loaded. You should not see any blue boxes&quot;
+          text run at (0,20) width 44: &quot;below.&quot;
+layer at (18,72) size 200x200
+  RenderBlock {DIV} at (10,56) size 200x200 [bgcolor=#0000FF]
+layer at (18,282) size 200x200
+  RenderBlock {DIV} at (10,266) size 200x200 [bgcolor=#0000FF]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmultipartinvalidimagedataexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+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
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 54x19
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 784x39
+          RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x19
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=13759&quot;
+          RenderText {#text} at (357,0) size 784x39
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 423: &quot;REGRESSION (r20182-r20184): Incorrect rendering of multipart&quot;
+            text run at (0,20) width 46: &quot;images&quot;
+        RenderText {#text} at (45,20) size 5x19
+          text run at (45,20) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,56) size 784x20
+        RenderText {#text} at (0,0) size 288x19
+          text run at (0,0) width 288: &quot;There should be a bright green square below.&quot;
+      RenderBlock (anonymous) at (0,92) size 784x100
+        RenderImage {IMG} at (0,0) size 100x100
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsmultipartinvalidimagedatastandaloneexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+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
+      RenderBlock {P} at (0,0) size 784x40
+        RenderText {#text} at (0,0) size 54x19
+          text run at (0,0) width 54: &quot;Test for &quot;
+        RenderInline {I} at (0,0) size 784x39
+          RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
+            RenderText {#text} at (53,0) size 305x19
+              text run at (53,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=13759&quot;
+          RenderText {#text} at (357,0) size 784x39
+            text run at (357,0) width 5: &quot; &quot;
+            text run at (361,0) width 423: &quot;REGRESSION (r20182-r20184): Incorrect rendering of multipart&quot;
+            text run at (0,20) width 46: &quot;images&quot;
+        RenderText {#text} at (45,20) size 5x19
+          text run at (45,20) width 5: &quot;.&quot;
+      RenderBlock {P} at (0,56) size 784x20
+        RenderText {#text} at (0,0) size 246x19
+          text run at (0,0) width 246: &quot;There should be a green square below.&quot;
+      RenderBlock (anonymous) at (0,92) size 784x124
+        RenderPartObject {IFRAME} at (0,0) size 124x124 [border: (2px inset #000000)]
+          layer at (0,0) size 120x120
+            RenderView at (0,0) size 120x120
+          layer at (0,0) size 120x120
+            RenderBlock {HTML} at (0,0) size 120x120
+              RenderBody {BODY} at (0,0) size 120x120
+                RenderImage {IMG} at (0,0) size 100x100
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsnavigationerror404basicexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+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 373x19
+        text run at (0,0) width 373: &quot;This 404 error was intentionally generated by a test script.&quot;
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/error404-basic.html  **nav target**
+curr-&gt;  http://127.0.0.1:8000/navigation/resources/error404.pl  **nav target**
+===============================================
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsnavigationerror404gobackexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: fillTestForm
+CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: scrollDocDown
+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 373x19
+        text run at (0,0) width 373: &quot;This 404 error was intentionally generated by a test script.&quot;
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/error404-goback.html  **nav target**
+curr-&gt;  http://127.0.0.1:8000/navigation/resources/error404.pl  **nav target**
+        http://127.0.0.1:8000/navigation/resources/otherpage.html  **nav target**
+===============================================
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsnavigationerror404subframeloadexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,32 @@
</span><ins>+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
+    RenderFrameSet {FRAMESET} at (0,0) size 800x600
+      RenderFrame {FRAME} at (0,0) size 800x534
+        layer at (0,0) size 800x534
+          RenderView at (0,0) size 800x534
+        layer at (0,0) size 800x534
+          RenderBlock {HTML} at (0,0) size 800x534
+            RenderBody {BODY} at (8,8) size 784x518
+              RenderText {#text} at (0,0) size 373x19
+                text run at (0,0) width 373: &quot;This 404 error was intentionally generated by a test script.&quot;
+      RenderFrame {FRAME} at (0,540) size 800x60
+        layer at (0,0) size 800x92
+          RenderView at (0,0) size 800x60
+        layer at (0,0) size 800x92
+          RenderBlock {HTML} at (0,0) size 800x92
+            RenderBody {BODY} at (8,8) size 784x76
+              RenderText {#text} at (0,1) size 724x74
+                text run at (0,1) width 724: &quot;This is just a minimal page that we navigate to as part of&quot;
+                text run at (0,39) width 272: &quot;testing back/forward.&quot;
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/error404-subframeload.html  **nav target**
+        http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=otherpage.html  **nav target**
+            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame &quot;footer&quot;)
+            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame &quot;main&quot;)
+curr-&gt;  http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=otherpage.html
+            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame &quot;footer&quot;)
+            http://127.0.0.1:8000/navigation/resources/error404.pl (in frame &quot;main&quot;)  **nav target**
+===============================================
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsnavigationjavascriptlinkframesexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,128 @@
</span><ins>+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
+    RenderFrameSet {FRAMESET} at (0,0) size 800x600
+      RenderFrame {FRAME} at (0,0) size 800x534
+        layer at (0,0) size 800x1596
+          RenderView at (0,0) size 800x534
+        layer at (0,0) size 800x1596
+          RenderBlock {HTML} at (0,0) size 800x1596
+            RenderBody {BODY} at (8,8) size 784x1556
+              RenderBlock (anonymous) at (0,0) size 784x266
+                RenderText {#text} at (0,1) size 781x188
+                  text run at (0,1) width 781: &quot;This is test page that we navigate to as part of testing various&quot;
+                  text run at (0,39) width 232: &quot;navigation styles. &quot;
+                  text run at (231,39) width 471: &quot;It includes a form so that we can test&quot;
+                  text run at (0,77) width 731: &quot;saving and restoring of form data, and it needs to be long&quot;
+                  text run at (0,115) width 682: &quot;enough that we can test saving and restoring of scroll&quot;
+                  text run at (0,153) width 120: &quot;position. &quot;
+                RenderBR {BR} at (119,182) size 1x0
+                RenderBR {BR} at (0,191) size 0x36
+                RenderBR {BR} at (0,229) size 0x36
+              RenderBlock {HR} at (0,282) size 784x2 [border: (1px inset #000000)]
+              RenderBlock {FORM} at (0,300) size 784x452
+                RenderButton {INPUT} at (2,2) size 114x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+                  RenderBlock (anonymous) at (12,3) size 90x14
+                    RenderText at (0,0) size 90x14
+                      text run at (0,0) width 90: &quot;Submit with POST&quot;
+                RenderBR {BR} at (117,16) size 1x0
+                RenderButton {INPUT} at (2,26) size 221x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+                  RenderBlock (anonymous) at (12,3) size 197x14
+                    RenderText at (0,0) size 197x14
+                      text run at (0,0) width 197: &quot;Submit with POST followed by a redirect&quot;
+                RenderBR {BR} at (224,40) size 1x0
+                RenderText {#text} at (0,49) size 377x36
+                  text run at (0,49) width 377: &quot;Here are some form elements&quot;
+                RenderTextControl {INPUT} at (378,64) size 137x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderBR {BR} at (516,78) size 1x0
+                RenderText {#text} at (0,88) size 335x36
+                  text run at (0,88) width 335: &quot;that we can use for testing&quot;
+                RenderTextControl {INPUT} at (337,103) size 136x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+                RenderBR {BR} at (474,117) size 1x0
+                RenderBlock {INPUT} at (2,142) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+                RenderText {#text} at (20,127) size 74x36
+                  text run at (20,127) width 74: &quot; Male&quot;
+                RenderBR {BR} at (93,156) size 1x0
+                RenderBlock {INPUT} at (2,180) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+                RenderText {#text} at (20,165) size 103x36
+                  text run at (20,165) width 103: &quot; Female&quot;
+                RenderBR {BR} at (122,194) size 1x0
+                RenderBlock {INPUT} at (2,218) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+                RenderText {#text} at (20,203) size 130x36
+                  text run at (20,203) width 130: &quot; option #1&quot;
+                RenderBR {BR} at (149,232) size 1x0
+                RenderBlock {INPUT} at (2,256) size 16x16 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+                RenderText {#text} at (20,241) size 130x36
+                  text run at (20,241) width 130: &quot; option #2&quot;
+                RenderBR {BR} at (149,270) size 1x0
+                RenderMenuList {SELECT} at (2,280) size 238x20 [bgcolor=#FFFFFF02] [border: (1px solid #4C4C4C)]
+                  RenderBlock (anonymous) at (6,3) size 226x14
+                    RenderText at (0,0) size 57x14
+                      text run at (0,0) width 57: &quot;Initial Value&quot;
+                RenderBR {BR} at (242,294) size 0x0
+                RenderText {#text} at (0,0) size 0x0
+              RenderBlock {HR} at (0,784) size 784x2 [border: (1px inset #000000)]
+              RenderBlock {P} at (0,818) size 784x38
+                RenderText {#text} at (0,1) size 63x36
+                  text run at (0,1) width 63: &quot;Now&quot;
+              RenderBlock {P} at (0,888) size 784x38
+                RenderText {#text} at (0,1) size 68x36
+                  text run at (0,1) width 68: &quot;some&quot;
+              RenderBlock {P} at (0,958) size 784x38
+                RenderText {#text} at (0,1) size 63x36
+                  text run at (0,1) width 63: &quot;filler&quot;
+              RenderBlock {P} at (0,1028) size 784x38
+                RenderText {#text} at (0,1) size 29x36
+                  text run at (0,1) width 29: &quot;so&quot;
+              RenderBlock {P} at (0,1098) size 784x38
+                RenderText {#text} at (0,1) size 40x36
+                  text run at (0,1) width 40: &quot;the&quot;
+              RenderBlock {P} at (0,1168) size 784x38
+                RenderText {#text} at (0,1) size 47x36
+                  text run at (0,1) width 47: &quot;doc&quot;
+              RenderBlock {P} at (0,1238) size 784x38
+                RenderText {#text} at (0,1) size 22x36
+                  text run at (0,1) width 22: &quot;is&quot;
+              RenderBlock {P} at (0,1308) size 784x38
+                RenderText {#text} at (0,1) size 57x36
+                  text run at (0,1) width 57: &quot;long&quot;
+              RenderBlock {P} at (0,1378) size 784x38
+                RenderText {#text} at (0,1) size 95x36
+                  text run at (0,1) width 95: &quot;enough&quot;
+              RenderBlock {P} at (0,1448) size 784x38
+                RenderText {#text} at (0,1) size 112x36
+                  text run at (0,1) width 112: &quot;to scroll.&quot;
+              RenderBlock {P} at (0,1518) size 784x38
+                RenderInline {A} at (0,0) size 532x36
+                  RenderText {#text} at (0,1) size 532x36
+                    text run at (0,1) width 532: &quot;This is an anchor point named \&quot;anchor1\&quot;.&quot;
+        layer at (393,375) size 122x14 scrollWidth 134
+          RenderBlock {DIV} at (6,3) size 123x15
+            RenderText {#text} at (0,0) size 133x14
+              text run at (0,0) width 133: &quot;Initial text before user input&quot;
+        layer at (352,414) size 122x14
+          RenderBlock {DIV} at (6,3) size 123x15
+        layer at (10,612) size 196x146 clip at (11,613) size 194x144
+          RenderTextControl {TEXTAREA} at (2,304) size 196x146 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+            RenderBlock {DIV} at (3,3) size 190x28
+              RenderText {#text} at (3,0) size 163x14
+                text run at (3,0) width 163: &quot;More initial text before user input.&quot;
+                text run at (165,0) width 1: &quot; &quot;
+              RenderBR {BR} at (3,14) size 0x14
+      RenderFrame {FRAME} at (0,540) size 800x60
+        layer at (0,0) size 800x92
+          RenderView at (0,0) size 800x60
+        layer at (0,0) size 800x92
+          RenderBlock {HTML} at (0,0) size 800x92
+            RenderBody {BODY} at (8,8) size 784x76
+              RenderText {#text} at (0,1) size 724x74
+                text run at (0,1) width 724: &quot;This is just a minimal page that we navigate to as part of&quot;
+                text run at (0,39) width 272: &quot;testing back/forward.&quot;
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/javascriptlink-frames.html  **nav target**
+curr-&gt;  http://127.0.0.1:8000/navigation/resources/frameset.pl?frameURL=javascriptlink.html  **nav target**
+            http://127.0.0.1:8000/navigation/resources/otherpage.html (in frame &quot;footer&quot;)
+            http://127.0.0.1:8000/navigation/resources/success200.html (in frame &quot;main&quot;)
+===============================================
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsnavigationpostredirectbasicexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+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,1) size 750x74
+        text run at (0,1) width 750: &quot;This is just a minimal page that we navigate in response to&quot;
+        text run at (0,39) width 217: &quot;an HTTP POST. &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderBR {BR} at (0,77) size 0x36
+      RenderText {#text} at (0,115) size 766x112
+        text run at (0,115) width 743: &quot;If the next line is empty after the colon, it probably means&quot;
+        text run at (0,153) width 179: &quot;that we made &quot;
+        text run at (178,153) width 588: &quot;a mistake and requested this page with a GET&quot;
+        text run at (0,191) width 434: &quot;with no query instead of a POST. &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderBR {BR} at (0,229) size 0x36
+      RenderText {#text} at (0,267) size 708x36
+        text run at (0,267) width 708: &quot;The first text field contained: New form text from user &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,305) size 574x36
+        text run at (0,305) width 574: &quot;This page was requested with an HTTP GET&quot;
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/postredirect-basic.html  **nav target**
+        http://127.0.0.1:8000/navigation/resources/success200.html  **nav target**
+curr-&gt;  http://127.0.0.1:8000/navigation/resources/postresult.pl?submitwithpostredirect=Submit%20with%20POST%20followed%20by%20a%20redirect&amp;textfield1=New%20form%20text%20from%20user&amp;textfield2=&amp;radiogroup1=female&amp;checkbox2=on&amp;selectgroup1=fiat&amp;textarea1=More%20new%20form%20text%20from%20user%2C%20which%20should%20be%20restored%20when%20we%20return%20to%20this%20page.&amp;redirectHappened=true  **nav target**
+===============================================
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsnavigationpostredirectgoback1expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+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,1) size 750x74
+        text run at (0,1) width 750: &quot;This is just a minimal page that we navigate in response to&quot;
+        text run at (0,39) width 217: &quot;an HTTP POST. &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderBR {BR} at (0,77) size 0x36
+      RenderText {#text} at (0,115) size 766x112
+        text run at (0,115) width 743: &quot;If the next line is empty after the colon, it probably means&quot;
+        text run at (0,153) width 179: &quot;that we made &quot;
+        text run at (178,153) width 588: &quot;a mistake and requested this page with a GET&quot;
+        text run at (0,191) width 434: &quot;with no query instead of a POST. &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderBR {BR} at (0,229) size 0x36
+      RenderText {#text} at (0,267) size 708x36
+        text run at (0,267) width 708: &quot;The first text field contained: New form text from user &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      RenderText {#text} at (0,305) size 574x36
+        text run at (0,305) width 574: &quot;This page was requested with an HTTP GET&quot;
+
+============== Back Forward List ==============
+        http://127.0.0.1:8000/navigation/postredirect-goback1.html  **nav target**
+        http://127.0.0.1:8000/navigation/resources/success200.html  **nav target**
+curr-&gt;  http://127.0.0.1:8000/navigation/resources/postresult.pl?submitwithpostredirect=Submit%20with%20POST%20followed%20by%20a%20redirect&amp;textfield1=New%20form%20text%20from%20user&amp;textfield2=&amp;radiogroup1=female&amp;checkbox2=on&amp;selectgroup1=fiat&amp;textarea1=More%20new%20form%20text%20from%20user%2C%20which%20should%20be%20restored%20when%20we%20return%20to%20this%20page.&amp;redirectHappened=true  **nav target**
+        http://127.0.0.1:8000/navigation/resources/otherpage.html  **nav target**
+===============================================
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorhttptestsuricsshrefexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/http/tests/uri/css-href-expected.txt (0 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/http/tests/uri/css-href-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/http/tests/uri/css-href-expected.txt        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+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 784x576
+      RenderBlock {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 55x19
+          text run at (0,0) width 55: &quot;Test for &quot;
+        RenderInline {A} at (0,0) size 69x19 [color=#0000EE]
+          RenderText {#text} at (54,0) size 69x19
+            text run at (54,0) width 69: &quot;bug 11141&quot;
+        RenderText {#text} at (122,0) size 346x19
+          text run at (122,0) width 9: &quot;: &quot;
+          text run at (130,0) width 338: &quot;CSS '@import' doesn't respect HTML Base element.&quot;
+      RenderBlock {P} at (0,36) size 784x20 [color=#008000]
+        RenderText {#text} at (0,0) size 166x19
+          text run at (0,0) width 166: &quot;This text should be green.&quot;
+      RenderBlock {P} at (0,72) size 784x60
+        RenderText {#text} at (0,0) size 780x59
+          text run at (0,0) width 387: &quot;If it is red, the css has been loaded relative to the document. &quot;
+          text run at (386,0) width 394: &quot;If it is black, no stylesheet has been rendered, if it is rendered&quot;
+          text run at (0,20) width 44: &quot;green, &quot;
+          text run at (43,20) width 474: &quot;the stylesheet has been rendered correctly from the HREF attribute of the &quot;
+          text run at (516,20) width 242: &quot;Base element in the HEAD section of&quot;
+          text run at (0,40) width 95: &quot;this document.&quot;
+      RenderBlock {P} at (0,148) size 784x20 [color=#008000]
+        RenderText {#text} at (0,0) size 196x19
+          text run at (0,0) width 196: &quot;This text should also be green.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (177427 => 177428)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2014-12-17 03:02:41 UTC (rev 177427)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2014-12-17 03:05:10 UTC (rev 177428)
</span><span class="lines">@@ -725,3 +725,245 @@
</span><span class="cx"> webarchive/test-link-href.html [ Failure ]
</span><span class="cx"> webarchive/test-link-rel-icon-beforeload.html [ Failure ]
</span><span class="cx"> webarchive/test-script-src.html [ Failure ]
</span><ins>+
+# HTTP tests that fail:
+http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Failure ]
+http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
+http/tests/cookies/js-get-and-set-http-only-cookie.html [ Failure ]
+http/tests/cookies/third-party-cookie-relaxing.html [ Failure ]
+http/tests/dom/document-contentType-xhr.html [ Failure ]
+http/tests/dom/document-contentType.html [ Failure ]
+http/tests/download/basic-ascii.html [ Failure ]
+http/tests/download/inherited-encoding-form-submission-result.html [ Failure ]
+http/tests/download/literal-utf-8.html [ Failure ]
+http/tests/globalhistory/history-delegate-basic-refresh-redirect.html [ Failure ]
+http/tests/globalhistory/history-delegate-basic-visited-links.html [ Failure ]
+http/tests/history/back-with-fragment-change.php [ Failure ]
+http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html [ Failure ]
+http/tests/loading/bad-scheme-subframe.html [ Failure ]
+http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure ]
+http/tests/loading/basic-credentials-sent-automatically.html [ Failure ]
+http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
+http/tests/loading/promote-img-preload-priority.html [ Failure ]
+http/tests/loading/sizes/preload-image-sizes.html [ Failure ]
+http/tests/local/drag-over-remote-content.html [ Failure ]
+http/tests/local/fileapi/file-last-modified-after-delete.html [ Failure ]
+http/tests/local/fileapi/file-last-modified.html [ Failure ]
+http/tests/local/fileapi/send-dragged-file.html [ Failure ]
+http/tests/local/fileapi/send-sliced-dragged-file.html [ Failure ]
+http/tests/local/formdata/form-data-with-unknown-file-extension.html [ Failure ]
+http/tests/local/formdata/send-form-data-with-filename.html [ Failure ]
+http/tests/local/formdata/send-form-data-with-sliced-file.html [ Failure ]
+http/tests/local/formdata/send-form-data.html [ Failure ]
+http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
+http/tests/local/link-stylesheet-load-order.html [ Failure ]
+http/tests/misc/401-alternative-content.php [ Failure ]
+http/tests/misc/DOMContentLoaded-event.html [ Failure ]
+http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html [ Failure ]
+http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html [ Failure ]
+http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
+http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html [ Failure ]
+http/tests/misc/bubble-drag-events.html [ Failure ]
+http/tests/misc/copy-resolves-urls.html [ Failure ]
+http/tests/misc/favicon-as-image.html [ Failure ]
+http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]
+http/tests/misc/favicon-loads-with-images-disabled.html [ Failure ]
+http/tests/misc/iframe404.html [ Failure ]
+http/tests/misc/link-rel-icon-beforeload.html [ Failure ]
+http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml [ Failure ]
+http/tests/misc/redirect-to-external-url.html [ Failure ]
+http/tests/misc/slow-loading-image-in-pattern.html [ Failure ]
+http/tests/misc/submit-post-keygen.html [ Failure ]
+http/tests/misc/willCacheResponse-delegate-callback.html [ Failure ]
+http/tests/multipart/multipart-replace-non-html-content.php [ Failure ]
+http/tests/multipart/policy-ignore-crash.php [ Failure ]
+http/tests/navigation/anchor-frames-gbk.html [ Failure ]
+http/tests/navigation/anchor-frames-same-origin.html [ Failure ]
+http/tests/navigation/anchor-frames.html [ Failure ]
+http/tests/navigation/anchor-subframeload.html [ Failure ]
+http/tests/navigation/error404-subframeload.html [ Failure ]
+http/tests/navigation/javascriptlink-subframeload.html [ Failure ]
+http/tests/navigation/metaredirect-subframeload.html [ Failure ]
+http/tests/navigation/redirect302-subframeload.html [ Failure ]
+http/tests/navigation/relativeanchor-frames.html [ Failure ]
+http/tests/navigation/reload-subframe-object.html [ Failure ]
+http/tests/navigation/response204.html [ Failure ]
+http/tests/navigation/success200-subframeload.html [ Failure ]
+http/tests/navigation/timerredirect-subframeload.html [ Failure ]
+http/tests/security/401-logout/401-logout.php [ Failure ]
+http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ]
+http/tests/security/clipboard/clipboard-file-access.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-none-allowed.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-none-blocked.html [ Failure ]
+http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html [ Failure ]
+http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html [ Failure ]
+http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ]
+http/tests/security/cross-frame-access-put.html [ Failure ]
+http/tests/security/cross-origin-plugin-allowed.html [ Failure ]
+http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html [ Failure ]
+http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ]
+http/tests/security/cross-origin-plugin.html [ Failure ]
+http/tests/security/cross-origin-shared-worker-allowed.html [ Failure ]
+http/tests/security/cross-origin-shared-worker.html [ Failure ]
+http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Failure ]
+http/tests/security/cross-origin-worker-indexeddb.html [ Failure ]
+http/tests/security/drag-drop-local-file.html [ Failure ]
+http/tests/security/drag-drop-same-unique-origin.html [ Failure ]
+http/tests/security/drag-over-remote-content-iframe.html [ Failure ]
+http/tests/security/isolatedWorld/events.html [ Failure ]
+http/tests/security/listener/xss-window-onclick-addEventListener.html [ Failure ]
+http/tests/security/listener/xss-window-onclick-shortcut.html [ Failure ]
+http/tests/security/local-user-CSS-from-remote.html [ Failure ]
+http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Failure ]
+http/tests/security/no-referrer.html [ Failure ]
+http/tests/security/redirect-BLOCKED-to-localURL.html [ Failure ]
+http/tests/security/same-origin-shared-worker-blocked.html [ Failure ]
+http/tests/security/setDomainRelaxationForbiddenForURLScheme.html [ Failure ]
+http/tests/security/storage-blocking-loosened-plugin.html [ Failure ]
+http/tests/security/storage-blocking-loosened-private-browsing-plugin.html [ Failure ]
+http/tests/security/storage-blocking-loosened-shared-worker.html [ Failure ]
+http/tests/security/storage-blocking-strengthened-plugin.html [ Failure ]
+http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ]
+http/tests/security/storage-blocking-strengthened-shared-worker.html [ Failure ]
+http/tests/uri/css-href.php [ Failure ]
+http/tests/css/vertical-align-baseline-after-image-load-2.html [ ImageOnlyFailure ]
+http/tests/css/vertical-align-baseline-after-image-load-3.html [ ImageOnlyFailure ]
+http/tests/css/vertical-align-baseline-after-image-load.html [ ImageOnlyFailure ]
+http/tests/security/svg-image-with-css-cross-domain.html [ ImageOnlyFailure ]
+
+# HTTP tests that assert:
+http/tests/appcache/crash-when-navigating-away-then-back.html
+http/tests/cache/display-image-unset-allows-cached-image-load.html
+http/tests/cache/history-only-cached-subresource-loads.html
+http/tests/inspector-protocol/access-inspected-object.html
+http/tests/inspector-protocol/loading-iframe-document-node.html
+http/tests/misc/iframe-reparenting-id-collision.html
+http/tests/misc/set-window-opener-to-null.html
+http/tests/misc/slow-preload-cancel.html
+http/tests/navigation/new-window-redirect-history.html
+http/tests/navigation/target-frame-from-window.html
+http/tests/plugins/plugin-document-has-focus.html
+http/tests/security/aboutBlank/security-context-window-open.html
+http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html
+http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html
+http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html
+http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html
+http/tests/security/frameNavigation/cross-origin-opener.html
+http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html
+http/tests/security/frameNavigation/not-opener.html
+http/tests/security/frameNavigation/opener.html
+http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html
+http/tests/security/inactive-document-with-empty-security-origin.html
+http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html
+http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html
+http/tests/security/mixedContent/data-url-iframe-in-main-frame.html
+http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html
+http/tests/security/mixedContent/insecure-css-in-main-frame.html
+http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
+http/tests/security/mixedContent/insecure-image-in-main-frame.html
+http/tests/security/mixedContent/insecure-xhr-in-main-frame.html
+http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
+http/tests/security/originHeader/origin-header-for-empty.html
+http/tests/security/popup-allowed-by-sandbox-is-sandboxed-control.html
+http/tests/security/popup-allowed-by-sandbox-is-sandboxed.html
+http/tests/security/popup-allowed-by-sandbox-when-allowed.html
+http/tests/security/popup-blocked-from-fake-event.html
+http/tests/security/popup-blocked-from-window-open.html
+http/tests/security/referrer-policy-window-open.html
+http/tests/security/window-events-clear-domain.html
+http/tests/security/window-events-clear-port.html
+http/tests/security/window-events-pass.html
+http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url.html
+http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
+http/tests/security/xssAuditor/link-opens-new-window.html
+http/tests/webarchive/test-css-url-encoding-shift-jis.html
+http/tests/webarchive/test-css-url-encoding-utf-8.html
+http/tests/webarchive/test-css-url-encoding.html
+http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html
+http/tests/xmlhttprequest/close-window.html
+http/tests/xmlhttprequest/cross-origin-authorization.html
+http/tests/xmlhttprequest/cross-origin-no-authorization.html
+
+# HTTP tests that time out:
+http/tests/appcache/auth.html
+http/tests/cache/history-only-cached-subresource-loads-max-age-https.html
+http/tests/cache/subresource-expiration-1.html
+http/tests/cache/subresource-expiration-2.html
+http/tests/canvas/webgl/origin-clean-conformance.html
+http/tests/download/default-encoding.html
+http/tests/download/inherited-encoding.html
+http/tests/loading/cross-origin-XHR-willLoadRequest.html
+http/tests/loading/unfinished-load-back-to-cached-page-callbacks.html
+http/tests/loading/unfinished-main-resource-back-to-cached-page-callbacks.html
+http/tests/local/blob/send-hybrid-blob.html
+http/tests/local/fileapi/upload-zip-bundle-as-blob.html
+http/tests/local/formdata/send-form-data-constructed-from-form.html
+http/tests/local/formdata/send-form-data-with-empty-file-filename.html
+http/tests/local/formdata/upload-events.html
+http/tests/misc/acid3.html
+http/tests/misc/isindex-with-no-form.html
+http/tests/misc/link-rel-prefetch-and-subresource.html
+http/tests/misc/prefetch-purpose.html
+http/tests/navigation/document-location-click-timeout.html
+http/tests/navigation/document-location-click.html
+http/tests/navigation/document-location-mouseover.html
+http/tests/navigation/javascriptlink-basic.html
+http/tests/navigation/javascriptlink-frames.html
+http/tests/navigation/javascriptlink-goback.html
+http/tests/navigation/navigation-interrupted-by-fragment.html
+http/tests/navigation/no-referrer-reset.html
+http/tests/navigation/no-referrer-same-window.html
+http/tests/navigation/no-referrer-subframe.html
+http/tests/navigation/no-referrer-target-blank.html
+http/tests/navigation/ping-cookie.html
+http/tests/navigation/ping-cross-origin-from-https.html
+http/tests/navigation/ping-cross-origin.html
+http/tests/navigation/ping-same-origin.html
+http/tests/navigation/redirect-preserves-referrer.html
+http/tests/navigation/redirect-to-random-url-versus-memory-cache.html
+http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier-2.html
+http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier.html
+http/tests/navigation/scrollstate-after-http-equiv-refresh.html
+http/tests/navigation/scrollstate-after-location-reload.html
+http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html
+http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html
+http/tests/security/aboutBlank/xss-DENIED-set-opener.html
+http/tests/security/contentSecurityPolicy/media-src-allowed.html
+http/tests/security/cookies/third-party-cookie-blocking-user-action.html
+http/tests/security/dataTransfer-set-data-file-url.html
+http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
+http/tests/security/isolatedWorld/cross-origin-xhr.html
+http/tests/security/isolatedWorld/userGestureEvents.html
+http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-window-open.html
+http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html
+http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html
+http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
+http/tests/security/referrer-policy-redirect-link.html
+http/tests/security/referrer-policy-rel-noreferrer.html
+http/tests/security/video-cross-origin-accessfailure.html
+http/tests/security/video-cross-origin-accesssameorigin.html
+http/tests/security/video-cross-origin-readback.html
+http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html
+http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html
+http/tests/websocket/tests/hybi/workers/shared-worker-simple.html
+http/tests/workers/shared-worker-importScripts.html
+http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html
+http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html
+http/tests/xmlhttprequest/workers/shared-worker-close.html
+http/tests/xmlhttprequest/workers/shared-worker-methods-async.html
+http/tests/xmlhttprequest/workers/shared-worker-methods.html
+http/tests/xmlhttprequest/workers/shared-worker-referer.html
+http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found.html
+
+# HTTP tests that are flaky:
+http/tests/cache/iframe-304-crash.html [ Failure Pass ]
+http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Failure Pass ]
+http/tests/navigation/forward-and-cancel.html [ Failure Pass ]
+http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml [ Failure Pass ]
+http/tests/webarchive/cross-origin-stylesheet-crash.html [ Failure Pass ]
+http/tests/webarchive/test-preload-resources.html [ Failure Pass ]
+http/tests/workers/shared-worker-invalid-url.html [ Failure Pass ]
+http/tests/workers/shared-worker-redirect.html [ Failure Pass ]
+http/tests/xmlhttprequest/event-listener-gc.html [ Failure Pass ]
+
</ins></span></pre>
</div>
</div>

</body>
</html>