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

Unified Diff: LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt

Issue 14188004: Remove UserScript support, which is not used by Chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove one more test Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt b/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e31387dbe7a13cf29eac3e89cc010a3d87ddcf04
--- /dev/null
+++ b/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt
@@ -0,0 +1,12 @@
+Test that window.onerror and "error" event listeners from isolated world are invoked for uncaught exceptions in scripts running in isolate worlds as well as for exceptions in the main world.Bug 8519.
+
+isolated world window.onerror: Uncaught Error: Error in isolated world inline script. at :33
+isolated world error event listener: Uncaught Error: Error in isolated world inline script. at :33
+isolated world window.onerror: Uncaught Error: Error in main world inline script. at window-onerror-for-isolated-world-2.html:30
+isolated world error event listener: Uncaught Error: Error in main world inline script. at window-onerror-for-isolated-world-2.html:30
+isolated world window.onerror: Uncaught Error: Error in isolated world load handler. at :30
+isolated world error event listener: Uncaught Error: Error in isolated world load handler. at :30
+isolated world window.onerror: Uncaught Error: Error in main world load handler. at window-onerror-for-isolated-world-2.html:27
+isolated world error event listener: Uncaught Error: Error in main world load handler. at window-onerror-for-isolated-world-2.html:27
+isolated world window.onerror: Uncaught Error: Error in isolated world setTimeout callback. at :28
+isolated world error event listener: Uncaught Error: Error in isolated world setTimeout callback. at :28
« no previous file with comments | « LayoutTests/fast/events/window-onerror-for-isolated-world-2.html ('k') | LayoutTests/platform/chromium/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698