blob: 9da3aee05ae4f77534ecd9530a4af15646a51fae [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.Play should be function and is.
----------
[Embed is dynamically created element with only type specified]
PASS: typeof embed.Play should be function and is.
----------
[Embed is dynamically created element with only src specified]
PASS: typeof embed.Play should be function and is.