Title: [186988] trunk/LayoutTests
- Revision
- 186988
- Author
- [email protected]
- Date
- 2015-07-18 05:07:09 -0700 (Sat, 18 Jul 2015)
Log Message
REGRESSION (r186982): http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html and loader/meta-refresh-disabled.html fail
Part of:
<https://bugs.webkit.org/show_bug.cgi?id=147044>
<rdar://problem/21567820>
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt:
- Fix line number of console message.
* loader/meta-refresh-disabled-expected.txt:
- Add newly expected console message.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (186987 => 186988)
--- trunk/LayoutTests/ChangeLog 2015-07-18 06:32:42 UTC (rev 186987)
+++ trunk/LayoutTests/ChangeLog 2015-07-18 12:07:09 UTC (rev 186988)
@@ -1,3 +1,16 @@
+2015-07-18 David Kilzer <[email protected]>
+
+ REGRESSION (r186982): http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html and loader/meta-refresh-disabled.html fail
+
+ Part of:
+ <https://bugs.webkit.org/show_bug.cgi?id=147044>
+ <rdar://problem/21567820>
+
+ * http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt:
+ - Fix line number of console message.
+ * loader/meta-refresh-disabled-expected.txt:
+ - Add newly expected console message.
+
2015-07-17 Zalan Bujtas <[email protected]>
REGRESSION (r169105): Do not assign a renderer to multiple selection subtrees.
Modified: trunk/LayoutTests/http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt (186987 => 186988)
--- trunk/LayoutTests/http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt 2015-07-18 06:32:42 UTC (rev 186987)
+++ trunk/LayoutTests/http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt 2015-07-18 12:07:09 UTC (rev 186988)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 21: 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.
+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.
Modified: trunk/LayoutTests/loader/meta-refresh-disabled-expected.txt (186987 => 186988)
--- trunk/LayoutTests/loader/meta-refresh-disabled-expected.txt 2015-07-18 06:32:42 UTC (rev 186987)
+++ trunk/LayoutTests/loader/meta-refresh-disabled-expected.txt 2015-07-18 12:07:09 UTC (rev 186988)
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 33: http-equiv 'refresh' is disabled by the embedder.
This test makes sure the preference to disable meta refreshes works as expected.
You should see this text when the test is done.
If you do not see this text, and instead you see a blank page, then the redirect happened, which it should not have.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes