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

Unified Diff: LayoutTests/fast/frames/sandboxed-iframe-workers-expected.txt

Issue 111373003: Migrate bindings constructors to the new ExceptionState model. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/frames/sandboxed-iframe-workers-expected.txt
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-workers-expected.txt b/LayoutTests/fast/frames/sandboxed-iframe-workers-expected.txt
index 6cfbe32a4c1572601265755515cd63f774c47c92..a44880ea54e9607c944aeeb527eda2ec278c2fcc 100644
--- a/LayoutTests/fast/frames/sandboxed-iframe-workers-expected.txt
+++ b/LayoutTests/fast/frames/sandboxed-iframe-workers-expected.txt
@@ -1,4 +1,4 @@
-ALERT: PASS: SharedWorker creation threw 'SecurityError: Failed to create 'SharedWorker': access to shared workers is denied to origin 'null'.'.
+ALERT: PASS: SharedWorker creation threw 'SecurityError: Failed to construct 'SharedWorker': Access to shared workers is denied to origin 'null'.'.
This test verifies that shared workers are not available in a sandboxed iframe.

Powered by Google App Engine
This is Rietveld 408576698