OLD | NEW |
| (Empty) |
1 <html> | |
2 <head> | |
3 <script> | |
4 if (window.testRunner) { | |
5 testRunner.dumpAsText(); | |
6 testRunner.waitUntilDone(); | |
7 } | |
8 </script> | |
9 </head> | |
10 <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 stru
ct to one of the NPN* functions (specifically, NPN_GetValue). | |
19 </div> | |
20 </body> | |
21 </html> | |
22 | |
OLD | NEW |