summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_iframe_sandbox_f_if1.html
blob: 294bf0797c98497c64706706f1ff97c54ce4ba5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Test for Bug 341604</title>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
I have 2 plugin instances embedded in me.
<embed id="plugin1" type="application/x-test" width="200" height="200"></embed>
<object type="application/x-test" width="200" height="200"></object>
</body>
</html>