1 [Embed is element specified in markup]
2 PASS: embed.getAttribute('align') 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.
5 PASS: embed.getAttribute('width') 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.
8 PASS: typeof embed.testCallback should be function and is.
10 [Embed is dynamically created element with only type specified]
11 PASS: typeof embed.testCallback should be function and is.
13 [Embed is dynamically created element with only src specified]
14 PASS: typeof embed.testCallback should be function and is.