Files
tubestation/dom/plugins/test/mochitest/plugin_test.html
Benjamin Smedberg a69d5e3644 Bug 1335475 - Deny plugins from non-HTTP/HTTPS origins. r=bytesized,qdot
MozReview-Commit-ID: 3kPeycfMWVw
2017-03-07 09:34:03 -05:00

17 lines
457 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<embed id="testplugin" type="application/x-test" drawmode="solid" color="ff00ff00" wmode="window"
style="position:absolute; top:50px; left:50px; width:500px; height:250px">
<div style="display:block; height:3000px;"></div>
<iframe id="subf" src="about:blank" width="300" height="300"></iframe>
<a href="about:blank" id="aboutlink">Navigate to about:blank</a>
</body>
</html>