forked from mirrors/gecko-dev
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
15 lines
315 B
HTML
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>
|