OLD | NEW |
1 Name: WebKit Test PlugIn | 1 Name: WebKit Test PlugIn |
2 | 2 |
3 Description: Simple Netscape plug-in that handles test content for WebKit | 3 Description: Simple Netscape plug-in that handles test content for WebKit |
4 | 4 |
5 Filename: TestNetscapePlugIn.plugin | 5 Filename: TestNetscapePlugIn.plugin |
6 | 6 |
7 Mime Types: | 7 Mime Types: |
8 | 8 |
| 9 Type: image/png |
| 10 |
| 11 Description: PNG image |
| 12 |
| 13 Suffixes: png |
| 14 |
| 15 |
| 16 Plugin.item() works. |
| 17 |
| 18 Plugin.namedItem() works. |
| 19 |
9 Type: application/x-webkit-test-netscape | 20 Type: application/x-webkit-test-netscape |
10 | 21 |
11 Description: test netscape content | 22 Description: test netscape content |
12 | 23 |
13 Suffixes: testnetscape | 24 Suffixes: testnetscape |
14 | 25 |
15 | 26 |
16 Plugin.item() works. | 27 Plugin.item() works. |
17 | |
18 Plugin.namedItem() works. | |
19 | |
20 Type: image/png | |
21 | |
22 Description: PNG image | |
23 | |
24 Suffixes: png | |
25 | |
26 | |
27 Plugin.item() works. | |
28 | 28 |
29 Plugin.namedItem() works. | 29 Plugin.namedItem() works. |
30 | 30 |
31 PluginArray.item() works. | 31 PluginArray.item() works. |
32 | 32 |
33 PluginArray.namedItem() works. | 33 PluginArray.namedItem() works. |
34 | 34 |
35 Type: application/x-webkit-test-netscape | 35 Type: application/x-webkit-test-netscape |
36 | 36 |
37 Description: test netscape content | 37 Description: test netscape content |
38 | 38 |
39 Suffixes: testnetscape | 39 Suffixes: testnetscape |
40 | 40 |
41 MimeTypeArray.item() works. | 41 MimeTypeArray.item() works. |
42 | 42 |
43 MimeTypeArray.namedItem() works. | 43 MimeTypeArray.namedItem() works. |
OLD | NEW |