| Index: LayoutTests/plugins/pass-different-npp-struct.html
|
| diff --git a/LayoutTests/plugins/pass-different-npp-struct.html b/LayoutTests/plugins/pass-different-npp-struct.html
|
| deleted file mode 100644
|
| index 6fafdadd65481508f68e81438e531b111e84407c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/plugins/pass-different-npp-struct.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<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>
|
| -
|
|
|