(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Tue, 2 Jun 2015 08:08:07 +0000 (10:08 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Tue, 2 Jun 2015 08:08:07 +0000 (10:08 +0200)
frameset-inner.htm [new file with mode: 0644]
index.htm [new file with mode: 0644]

diff --git a/frameset-inner.htm b/frameset-inner.htm
new file mode 100644 (file)
index 0000000..20b1496
--- /dev/null
@@ -0,0 +1,4 @@
+<html>\r
+ <head><title>frametest</title></head>\r
+ <body>Hi.</body>\r
+</html>\r
diff --git a/index.htm b/index.htm
new file mode 100644 (file)
index 0000000..7ab102c
--- /dev/null
+++ b/index.htm
@@ -0,0 +1,7 @@
+<html>\r
+ <head><title>frametest</title></head>\r
+ <frameset cols="50%,50%">\r
+   <frame src="frameset-inner.htm"/>\r
+   <frame src="frameset-inner.htm"/>\r
+ </frameset>\r
+</html>\r