summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/plugins/plugin_both.html
blob: 2335366dc0b7b955ccf8a372b661c2377d164298 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<embed id="unknown" style="width: 100px; height: 100px" type="application/x-unknown">
<embed id="test" style="width: 100px; height: 100px" type="application/x-test">
</body>
</html>