13 lines
235 B
HTML
13 lines
235 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>file contains iframe</title>
|
|
</head>
|
|
<body>
|
|
|
|
<iframe src="//example.org/tests/toolkit/components/extensions/test/mochitest/file_contains_img.html">
|
|
</iframe>
|
|
|
|
</body>
|
|
</html>
|