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

Side by Side Diff: ppapi/native_client/tests/breakpad_crash_test/untrusted_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: Closing HTML tag + fail message 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
OLDNEW
1 <!-- 1 <!--
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9 <html> 9 <html>
10 <head> 10 <head>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 status.assert(embed.lastError.indexOf('NaCl module crashed') != -1); 57 status.assert(embed.lastError.indexOf('NaCl module crashed') != -1);
58 status.pass(); 58 status.pass();
59 }), true); 59 }), true);
60 60
61 document.getElementById('scratch_space').appendChild(div); 61 document.getElementById('scratch_space').appendChild(div);
62 }); 62 });
63 63
64 tester.run(); 64 tester.run();
65 65
66 </script> 66 </script>
67
68 </body>
Nick Bray (chromium) 2013/01/09 01:22:02 Wrong file. Fix other file.
Mark Seaborn 2013/01/09 03:24:13 Done.
69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698