blob: 10f3e96cbb6aea8e854165aff9e98f2f0b381cdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
This test checks for a regression against rdar://problem/4214080 document.embeds: embeds[0].Play() undefined at languageguide.org.
Each test below states its expected outcome.
plugin <object> with nested plugin <embed>: should have a plugin and does
plugin <embed> netsted in plugin <object>: should have a plugin and does
empty <object> with nested plugin <embed>: should not have a plugin and does not
plugin <embed> nested in empty <object>: should have a plugin and does
plugin <embed> nested in image <object>: should not have a plugin and does not
plugin <embed> nested in empty <object> nested in plugin <object>: should not have a plugin and does not
standalone plugin <embed>: should have a plugin and does
plugin <object> with nested plugin <embed> of the same name should have an <embed> plugin and does [inner]
empty <object> with nested plugin <embed> of the same name should have an <embed> plugin and does [inner]
|