Bug 152993
| Summary: | Rewrite http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html to use runUIScript | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aestes, ap |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 9.0 | ||
| Bug Depends on: | |||
| Bug Blocks: | 152130 | ||
Ryan Haddad
[iOS Simulator] http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html failing
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/contentdispositionattachmentsandbox/form-submission-disabled-actual.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 20: Blocked form submission to 'http://127.0.0.1:8000/contentdispositionattachmentsandbox/resources/form-submission-frame.php' because the form's frame is sandboxed and the 'allow-forms' permission is not set.
This test verifies that form submission is disabled when 'Content-Disposition: attachment' sandboxing is enabled. A security error will be logged to the console if the test passes.
<https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Release%20WK2%20%28Tests%29/builds/2219>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This test was added with <http://trac.webkit.org/changeset/186982>
Ryan Haddad
Spoke to Andy, and he says that this test needs to be rewritten to use runUIScript. I have skipped test on ios-simulator with r196078.
Repurposing this bug to track the rewrite.