OLD | NEW |
---|---|
1 <script src="../resources/plugin.js"></script> | 1 <script src="../resources/plugin.js"></script> |
2 <script> | 2 <script> |
3 if (window.testRunner) | 3 if (window.testRunner) |
4 testRunner.dumpAsText(); | 4 testRunner.dumpAsText(); |
5 startAfterLoadAndFinish(); | 5 startAfterLoadAndFinish(); |
6 </script> | 6 </script> |
7 <p> | 7 <p> |
8 This test checks that <a href="https://bugs.webkit.org/show_bug.cgi?id=50657">bu g 50568</a> | 8 This test checks that <a href="https://bugs.webkit.org/show_bug.cgi?id=50657">bu g 50568</a> |
9 is fixed. It runs logSrc test as found in the test plugin which prints the src a ttribute | 9 is fixed. logInit is used to log initialization of the plugin. If the bug is |
10 to stdout. If the bug is present, the logSrc attrbitute that triggers the test w ill be lost | 10 present, the logInit attrbitute that triggers the test will be lost and nothing |
11 and nothing will be displayed on screen. Upon success, this test should display the src | 11 will be displayed on screen. Upon success, this test should log a message at |
12 attribute. | 12 initialization. |
13 </p> | 13 </p> |
14 <!-- Embed tag with missing type="" parameter --> | 14 <!-- Embed tag with missing type="" parameter --> |
15 <embed id="plugin" name="plugin" src="resources/test.testnetscape" logSrc="1"> | 15 <embed id="plugin" name="plugin" src="resources/test.blinktestplugin" logInit="1 "> |
dcheng
2016/03/22 18:03:05
Can we register separate extensions for the non-de
piman
2016/03/23 05:30:25
Done.
| |
OLD | NEW |