Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Side by Side Diff: LayoutTests/http/tests/security/sandbox-iframe-allows-modals-expected.txt

Issue 1126253007: Block modal dialogs inside sandboxes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WebSandboxFlags. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 ALERT: Yay!
2 CONFIRM: Question?
3 PROMPT: Question?, default text:
4 This is a testharness.js-based test.
5 PASS alert() returns synchronously in a sandboxed page without blocking on user input.
6 PASS print() returns synchronously in a sandboxed page without blocking on user input.
7 PASS confirm() returns 'true' in a sandboxed page (in our test environment).
8 PASS prompt() returns 'null' synchronously in a sandboxed page without blocking on user input.
9 Harness: the test ran to completion.
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698