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