| <html> | |
| <head> | |
| <body> | |
| <embed id="testPlugin" | |
| type="application/x-webkit-test-netscape" | |
| src="data:text/plain," | |
| test="pass-different-npp-struct"> | |
| </embed> | |
| <div> | |
| This tests that no assertions fire when a plugin passes a different NPP struct to one of the NPN* functions (specifically, NPN_GetValue). | |
| </div> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </body> | |
| </html> | |