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

Unified Diff: chrome/test/data/nacl/bad/ppapi_bad.html

Issue 347803004: Ensure the OSX crash catcher does not trigger on SIGABRT when disabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/mac/os_crash_dumps.cc ('k') | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/bad/ppapi_bad.html
diff --git a/chrome/test/data/nacl/bad/ppapi_bad.html b/chrome/test/data/nacl/bad/ppapi_bad.html
index 4cb428557d9779ade4e056d39343640cb6116701..01a3e6a52812f80e2d46b9aeb999bad5ee5ab981 100644
--- a/chrome/test/data/nacl/bad/ppapi_bad.html
+++ b/chrome/test/data/nacl/bad/ppapi_bad.html
@@ -197,24 +197,6 @@ function runTests() {
<!-- The tests will create and remove embeds from this div. -->
<div id="embeds"></div>
-<!-- These two embeds are not automatically tested - visual inspection only. -->
-
-<embed id="cross_manifest_pdf"
- width=100 height=20
- src="http://www.google.com/crossorigin.manifest"
- style="background-color:gray"
- type="application/pdf" />
-
-<!-- This load would have succeeded if the NEXE was from a chrome-extension
- URL and NaCl had been registered as handling the PDF MIME type using
- the nacl_modules attribute in a Chrome extension manifest. -->
-
-<embed id="cross_origin_pdf"
- width=100 height=20
- src="ppapi_bad_crossorigin.nmf"
- style="background-color:gray"
- type="application/pdf" />
-
<script type="text/javascript">
//<![CDATA[
runTests();
« no previous file with comments | « base/mac/os_crash_dumps.cc ('k') | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698