aboutsummaryrefslogtreecommitdiff
path: root/exampleData/frames/iframetest.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/frames/iframetest.html')
-rw-r--r--exampleData/frames/iframetest.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/exampleData/frames/iframetest.html b/exampleData/frames/iframetest.html
deleted file mode 100644
index 449ff5e..0000000
--- a/exampleData/frames/iframetest.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head></head>
-<body>
- <h1>This document contains iFrames</h1>
- <p>Here is an iframe:</p>
- <iframe src="../sites/headings.html" width="600" height="300"></iframe>
-<br/>
-<p>Here is another iframe:</p>
- <iframe src="../sites/headings.html" width="600" height="300"></iframe>
-</body>
-</html>