Bug 154523 - [iOS Simulator] http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-inherited-by-subframe.php failing
Summary: [iOS Simulator] http/tests/security/contentSecurityPolicy/sandbox-empty-in-ht...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 154299
Blocks:
  Show dependency treegraph
 
Reported: 2016-02-21 17:15 PST by Ryan Haddad
Modified: 2016-02-21 21:09 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-02-21 17:15:51 PST
[iOS Simulator] http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-inherited-by-subframe.php failing

This test has been failing since it was added with <http://trac.webkit.org/changeset/196874>

<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r196880%20(3303)/results.html>

--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-inherited-by-subframe-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-inherited-by-subframe-actual.txt
@@ -1,10 +1,10 @@
 CONSOLE MESSAGE: Blocked script execution in 'data:text/html,<script>alert('FAIL');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x124
-  RenderBlock {HTML} at (0,0) size 800x124
-    RenderBody {BODY} at (8,8) size 784x108
-      RenderIFrame {IFRAME} at (0,0) size 104x104 [border: (2px inset #000000)]
+layer at (0,0) size 800x125
+  RenderBlock {HTML} at (0,0) size 800x125
+    RenderBody {BODY} at (8,8) size 784x109
+      RenderPartObject {IFRAME} at (0,0) size 104x104 [border: (2px inset #000000)]
         layer at (0,0) size 100x100
           RenderView at (0,0) size 100x100
         layer at (0,0) size 100x100
Comment 1 Ryan Haddad 2016-02-21 17:16:37 PST
This may just need a rebaseline.
Comment 2 Daniel Bates 2016-02-21 21:08:40 PST
Fixed in <https://trac.webkit.org/changeset/196885>.