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

Side by Side Diff: LayoutTests/platform/chromium/userscripts/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 30: Uncaught Error: Error in main world inline script.
2 Test that window.onerror and "error" event listeners from isolated world are inv oked for uncaught exceptions in user scripts running in isolate worlds as well a s for exceptions in the main world.Bug 8519.
3
4 user script window.onerror: Uncaught Error: Error in user script inline script. at :33
5 user script error event listener: Uncaught Error: Error in user script inline sc ript. at :33
6 user script window.onerror: Uncaught Error: Error in main world load handler. at window-onerror-for-isolated-world-2.html:27
7 user script error event listener: Uncaught Error: Error in main world load handl er. at window-onerror-for-isolated-world-2.html:27
8 user script window.onerror: Uncaught Error: Error in user script load handler. a t :30
9 user script error event listener: Uncaught Error: Error in user script load hand ler. at :30
10 user script window.onerror: Uncaught Error: Error in main world setTimeout callb ack. at window-onerror-for-isolated-world-2.html:25
11 user script error event listener: Uncaught Error: Error in main world setTimeout callback. at window-onerror-for-isolated-world-2.html:25
12 user script window.onerror: Uncaught Error: Error in user script setTimeout call back. at :28
13 user script error event listener: Uncaught Error: Error in user script setTimeou t callback. at :28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698