OLD | NEW |
| 1 CONSOLE MESSAGE: Blink Test Plugin: initializing |
| 2 CONSOLE MESSAGE: Blink Test Plugin: initializing |
| 3 CONSOLE MESSAGE: Blink Test Plugin: initializing |
1 [Embed is element specified in markup] | 4 [Embed is element specified in markup] |
2 PASS: embed.getAttribute('align') should be 1 and is. | 5 PASS: embed.getAttribute('align') should be 1 and is. |
3 PASS: embed.getAttribute('height') should be 1 and is. | 6 PASS: embed.getAttribute('height') should be 1 and is. |
4 PASS: embed.getAttribute('name') should be 1 and is. | 7 PASS: embed.getAttribute('name') should be 1 and is. |
5 PASS: embed.getAttribute('width') should be 1 and is. | 8 PASS: embed.getAttribute('width') should be 1 and is. |
6 PASS: embed.getAttribute('type') should be 1 and is. | 9 PASS: embed.getAttribute('type') should be 1 and is. |
7 PASS: embed.getAttribute('src') should be 1 and is. | 10 PASS: embed.getAttribute('src') should be 1 and is. |
8 PASS: typeof embed.testCallback should be function and is. | 11 PASS: typeof embed.postMessage should be function and is. |
9 ---------- | 12 ---------- |
10 [Embed is dynamically created element with only type specified] | 13 [Embed is dynamically created element with only type specified] |
11 PASS: typeof embed.testCallback should be function and is. | 14 PASS: typeof embed.postMessage should be function and is. |
12 ---------- | 15 ---------- |
13 [Embed is dynamically created element with only src specified] | 16 [Embed is dynamically created element with only src specified] |
14 PASS: typeof embed.testCallback should be function and is. | 17 PASS: typeof embed.postMessage should be function and is. |
15 | 18 |
OLD | NEW |