[Pkg-mozext-commits] [itsalltext] 245/459: Added frames tests

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit b68089662ae94df44fc5605d2f6ee5f836431445
Author: Christian Höltje <docwhat at gerf.org>
Date:   Tue Jun 19 21:52:06 2007 -0400

    Added frames tests
---
 tests/frames-iframe.html | 21 +++++++++++++++++++++
 tests/frames-one.html    | 29 +++++++++++++++++++++++++++++
 tests/frames-two.html    | 23 +++++++++++++++++++++++
 tests/frames.html        | 19 +++++++++++++++++++
 tests/index.html         |  1 +
 5 files changed, 93 insertions(+)

diff --git a/tests/frames-iframe.html b/tests/frames-iframe.html
new file mode 100644
index 0000000..c272f00
--- /dev/null
+++ b/tests/frames-iframe.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>IFrame Tests</title>
+    <link rel="stylesheet" href="style.css" type="text/css">
+  </head>
+
+  <body>
+    <h1>IFrame Tests</h1>
+
+    <form action="" method="get">
+      <p>
+        This text area is for the iFrame Test:
+        <textarea>testing area</textarea>
+      </p>
+    </form>
+    
+  </body>
+</html>
+
diff --git a/tests/frames-one.html b/tests/frames-one.html
new file mode 100644
index 0000000..7b722a8
--- /dev/null
+++ b/tests/frames-one.html
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>Frames Tests</title>
+    <link rel="stylesheet" href="style.css" type="text/css">
+  </head>
+
+  <body>
+    <h1>Frames Tests</h1>
+
+    <div class="back"><a href="." target="_top">back</a></div>
+
+    <p>
+      Purpose: to verify that frames and iframes work.
+    </p>
+
+    <p>Repeat these steps for both textareas on the right:</p>
+    <ol>
+      <li> Click on the edit button; your editor should open and should contain the text from the textarea.</li>
+      <li>Add the phrase “TEST OK” in your editor.</li>
+      <il>Save and exit.</il>
+      <li>The textarea should be updated within a few seconds or when you move your mouse over the textarea.</li>
+    </ol>
+
+    <div class="back"><a href="." target="_top">back</a></div>
+  </body>
+</html>
+
diff --git a/tests/frames-two.html b/tests/frames-two.html
new file mode 100644
index 0000000..f27402c
--- /dev/null
+++ b/tests/frames-two.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>Frames Tests</title>
+    <link rel="stylesheet" href="style.css" type="text/css">
+  </head>
+
+  <body>
+    <h1>Frames Tests</h1>
+
+    <form action="" method="get">
+      <p>
+        This is for the FRAME test.
+        <textarea>testing area</textarea>
+      </p>
+    </form>
+
+    <iframe src="frames-iframe.html" style="width: 100%; height: 20em; margin-top: 3em;"></iframe>
+
+  </body>
+</html>
+
diff --git a/tests/frames.html b/tests/frames.html
new file mode 100644
index 0000000..23ec21a
--- /dev/null
+++ b/tests/frames.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+   "http://www.w3.org/TR/html4/frameset.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>Frame Tests</title>
+    <link rel="stylesheet" href="style.css" type="text/css">
+  </head>
+<frameset cols="50%,50%">
+
+  <frame src="frames-one.html">
+  <frame src="frames-two.html">
+
+</frameset>
+<noframes>
+  <p>I don't know how you got a copy of Firefox without frames, but these tests require frames.</p>
+</noframes>
+
+</html>
diff --git a/tests/index.html b/tests/index.html
index bdab090..24d15c4 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -31,6 +31,7 @@
       <li><a href="extended.html">Extended Attributes</a></li>
       <li><a href="hidden.html">Hidden Textareas</a></li>
       <li><a href="style.html">Styles</a></li>
+      <li><a href="frames.html">Frames</a></li>
     </ol>
 
     <hr>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list