Mypal/dom/html/test/file_iframe_sandbox_f_if1.html
2019-03-11 13:26:37 +03:00

14 lines
404 B
HTML

<!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>