aroben@apple.com | a18eebb | 2010-10-20 23:39:37 +0000 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
jochen@chromium.org | 819d6c3 | 2013-03-16 00:20:08 +0000 | [diff] [blame] | 3 | <script> |
| 4 | if (window.testRunner) { |
| 5 | testRunner.dumpAsText(); |
| 6 | testRunner.waitUntilDone(); |
| 7 | } |
| 8 | </script> |
| 9 | </head> |
aroben@apple.com | a18eebb | 2010-10-20 23:39:37 +0000 | [diff] [blame] | 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 struct to one of the NPN* functions (specifically, NPN_GetValue). |
| 19 | </div> |
aroben@apple.com | a18eebb | 2010-10-20 23:39:37 +0000 | [diff] [blame] | 20 | </body> |
| 21 | </html> |
| 22 | |