summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/plugins/plugin_two_types.html
blob: 2359d2ec10fa81955508013ec59ac4cfb18f4a22 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head><meta charset="utf-8"/></head>
<body>
<embed id="test" style="width: 200px; height: 200px" type="application/x-test"/>
<embed id="secondtestA" style="width: 200px; height: 200px" type="application/x-second-test"/>
<embed id="secondtestB" style="width: 200px; height: 200px" type="application/x-second-test"/>
</body>
</html>