blob: ffaa2ef117dee373e41eeb0a9f5eea7d8d1df0ac [file] [log] [blame]
[Embed is element specified in markup]
PASS: embed.getAttribute('align') should be 1 and is.
PASS: embed.getAttribute('height') should be 1 and is.
PASS: embed.getAttribute('name') should be 1 and is.
PASS: embed.getAttribute('width') should be 1 and is.
PASS: embed.getAttribute('type') should be 1 and is.
PASS: embed.getAttribute('src') should be 1 and is.
PASS: typeof embed.testCallback should be function and is.
----------
[Embed is dynamically created element with only type specified]
PASS: typeof embed.testCallback should be function and is.
----------
[Embed is dynamically created element with only src specified]
PASS: typeof embed.testCallback should be function and is.