| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <meta http-equiv="Content-Security-Policy" content="object-src 'self'"> | |
| </head> | |
| <body> | |
| This test passes if there is no console message saying the plugin was blocked. | |
| <object data="/plugins/resources/mock-plugin.pl"></object> | |
| </body> | |
| </html> | |