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

Side by Side Diff: LayoutTests/fast/events/window-errorevent-01.html

Issue 19962008: Rewrite the 'window.onerror' tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixes. Created 7 years, 5 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../js/resources/js-test-pre.js"></script>
5 <script src="resources/onerror-test.js"></script>
6 <script>
7 DumpErrorEventAndPreventDefault();
8 </script>
9 </head>
10 <body>
11 <p>This test should trigger 'window.onerror', and successfully handle the er ror.</p>
do-not-use 2013/07/24 15:46:16 Maybe I'm misreading the diff but this new test do
Mike West 2013/07/25 08:09:42 Ugh. This expectation was indeed missing. That's f
12 <script>
13 throwException();
14 </script>
15 <script src="../js/resources/js-test-post.js"></script>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698