fune/toolkit/components/url-classifier/tests/browser/flash_block_frame.html
Kirk Steuber 4d0c6c3e0b Bug 1307604 - Add allow and deny lists for Flash Blocking r=bsmedberg,bz,francois
MozReview-Commit-ID: H2dgJX6Hsz7

--HG--
extra : rebase_source : 7b56241fcaf5f99b64f6ad40a9dc2676692f70d2
2016-11-22 15:01:04 -08:00

13 lines
271 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test the URI Classifier</title>
</head>
<body>
<h1>Test page</h1>
<object id="testObject" width="100" height="100" type="application/x-shockwave-flash-test"></object>
<br>
<iframe id="testFrame">
</iframe>
</body>
</html>