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

Side by Side Diff: LayoutTests/fast/workers/worker-script-error-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 10: ReferenceError: Can't find variable: foo
2 Test Worker script error handling functionality. Should print a series of PASS m essages, followed with DONE.
3
4 PASS: onerror invoked for a script that has invalid syntax.
5 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 1.
6 PASS: event listener invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 1.
7 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 7.
8 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: bar' at line 3.
9 message from worker: "PASS: onerror in worker context invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 10 in worker -script-error-bubbled.js".
10 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 10.
11 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 10.
12 PASS: message received from WorkerGlobalScope.onerror: onerror invoked for a scr ipt that has script error 'ReferenceError: Can't find variable: foo' at line 7.
13 PASS: onerror invoked for an exception in setTimeout callback.
14 DONE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698