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

Side by Side Diff: ppapi/native_client/tests/breakpad_crash_test/browser_process_crash.html

Issue 11818007: Breakpad: Add a test for crashes in the browser process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | ppapi/native_client/tests/breakpad_crash_test/crash_dump_tester.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!--
2 Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9 <html>
10 <head>
11 <meta http-equiv="Pragma" content="no-cache" />
12 <meta http-equiv="Expires" content="-1" />
13 <script type="text/javascript" src="nacltest.js"></script>
14 <title>Browser Process Crash Test</title>
15 </head>
16
17 <body>
18 <h1>Browser Process Crash Test</h1>
19
20 <script type="text/javascript">
21
22 var tester = new Tester();
23
24 // We don't normally expect any of this code to run, because we are
25 // testing a browser process crash. If we reach here, the
26 // "--crash-test" option does not work.
27
28 tester.addTest('browser_process_crash', function(status) {
29 status.fail();
30 });
31
32 tester.run();
33
34 </script>
Nick Bray (chromium) 2013/01/09 01:22:02 </body> </html>
Mark Seaborn 2013/01/09 03:24:12 Done.
OLDNEW
« no previous file with comments | « no previous file | ppapi/native_client/tests/breakpad_crash_test/crash_dump_tester.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698