[Pkg-mozext-commits] [itsalltext] 372/459: Added readonly test

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:39 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 99915efcddd965c047abab3ed27425ebe562ad97
Author: Christian Höltje <docwhat at gerf.org>
Date:   Thu Jun 9 11:06:39 2011 -0400

    Added readonly test
---
 tests/index.html    |  1 +
 tests/readonly.html | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/tests/index.html b/tests/index.html
index f8c65d6..6bdd42d 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -31,6 +31,7 @@
       <li><a href="preferences.html">Preferences</a></li>
       <li><a href="extended.html">Extended Attributes</a></li>
       <li><a href="hidden.html">Hidden Textareas</a></li>
+      <li><a href="readonly.html">Readonly Textareas</a></li>
       <li><a href="style.html">Styles</a></li>
       <li><a href="frames.html">Frames</a></li>
       <li><a href="revisit.html">Revisit</a></li>
diff --git a/tests/readonly.html b/tests/readonly.html
new file mode 100644
index 0000000..d21f54d
--- /dev/null
+++ b/tests/readonly.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>Hidden Textareas</title>
+    <link rel="stylesheet" href="style.css" type="text/css">
+ </head>
+
+  <body>
+    <h1>Readonly Textareas</h1>
+
+    <div class="back"><a href=".">back</a></div>
+
+    <p>
+      Purpose: to verify that the edit button does not show up for
+      readonly textareas.
+    </p>
+
+
+    <form action="" method="get">
+      <textarea id="ro" readonly="readonly">This is a readonly textearea.</textarea>
+    </form>
+
+    <div class="back"><a href=".">back</a></div>
+  </body>
+</html>
+

-- 
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