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(); |