ggaren | 8cc96fb | 2006-01-04 20:01:52 +0000 | [diff] [blame] | 1 | This test checks for a regression against rdar://problem/4214080 document.embeds: embeds[0].Play() undefined at languageguide.org. |
| 2 | |
| 3 | Each test below states its expected outcome. |
| 4 | |
| 5 | plugin <object> with nested plugin <embed>: should have a plugin and does |
| 6 | |
| 7 | plugin <embed> netsted in plugin <object>: should have a plugin and does |
| 8 | |
aestes@apple.com | b1297d3 | 2010-08-27 00:32:15 +0000 | [diff] [blame] | 9 | empty <object> with nested plugin <embed>: should not have a plugin and does not |
| 10 | |
ggaren | 8cc96fb | 2006-01-04 20:01:52 +0000 | [diff] [blame] | 11 | plugin <embed> nested in empty <object>: should have a plugin and does |
| 12 | |
| 13 | plugin <embed> nested in image <object>: should not have a plugin and does not |
| 14 | |
| 15 | plugin <embed> nested in empty <object> nested in plugin <object>: should not have a plugin and does not |
| 16 | |
| 17 | standalone plugin <embed>: should have a plugin and does |
| 18 | |
aestes@apple.com | b1297d3 | 2010-08-27 00:32:15 +0000 | [diff] [blame] | 19 | plugin <object> with nested plugin <embed> of the same name should have a plugin and does |
| 20 | |
| 21 | empty <object> with nested plugin <embed> of the same name should have a plugin and does |
| 22 | |
| 23 | |