fune/toolkit/components/url-classifier/tests/browser/flash_block_frame.html
Felipe Gomes e334e15634 Bug 1317856 - Ensure that flashblock tests are not affected by nosrc fallback rule. r=bytesized
With the activation of Ask-to-Activate mode by default, we'll also activate the fallback rule that favors fallback content when the object has not provided a src, so we need to prepare this test for that

MozReview-Commit-ID: JmmxJEiziHW

--HG--
rename : layout/generic/crashtests/simple_blank.swf => toolkit/components/url-classifier/tests/browser/simple_blank.swf
2017-05-16 22:56:23 -03:00

15 lines
315 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"
data="simple_blank.swf"></object>
<br>
<iframe id="testFrame">
</iframe>
</body>
</html>