<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.waitUntilDone(); | |
} | |
</script> | |
</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> | |
</body> | |
</html> | |