Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich
[gecko.git] / browser / base / content / test / plugin_two_types.html
blob2359d2ec10fa81955508013ec59ac4cfb18f4a22
1 <!DOCTYPE html>
2 <html>
3 <head><meta charset="utf-8"/></head>
4 <body>
5 <embed id="test" style="width: 200px; height: 200px" type="application/x-test"/>
6 <embed id="secondtestA" style="width: 200px; height: 200px" type="application/x-second-test"/>
7 <embed id="secondtestB" style="width: 200px; height: 200px" type="application/x-second-test"/>
8 </body>
9 </html>