Bug 154523
| Summary: | [iOS Simulator] http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-inherited-by-subframe.php failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dbates |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 154299 | ||
| Bug Blocks: | |||
Ryan Haddad
[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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This may just need a rebaseline.
Daniel Bates
Fixed in <https://trac.webkit.org/changeset/196885>.