blob: 6fafdadd65481508f68e81438e531b111e84407c [file] [log] [blame]
aroben@apple.coma18eebb2010-10-20 23:39:37 +00001<html>
2<head>
jochen@chromium.org819d6c32013-03-16 00:20:08 +00003<script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
7 }
8</script>
9</head>
aroben@apple.coma18eebb2010-10-20 23:39:37 +000010<body>
11<embed id="testPlugin"
12 type="application/x-webkit-test-netscape"
13 src="data:text/plain,"
14 test="pass-different-npp-struct">
15</embed>
16
17<div>
18 This tests that no assertions fire when a plugin passes a different NPP struct to one of the NPN* functions (specifically, NPN_GetValue).
19</div>
aroben@apple.coma18eebb2010-10-20 23:39:37 +000020</body>
21</html>
22