From 77246e50da61b102a885edf540527e3124b7d9a3 Mon Sep 17 00:00:00 2001 From: "dsirnapalli%netscape.com" Date: Fri, 25 Jan 2002 01:05:47 +0000 Subject: [PATCH] Html page containing html elements to test for accessibility. --- .../accessibility/nsIAccessibleTestHTML.txt | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 embedding/qa/jstests/accessibility/nsIAccessibleTestHTML.txt diff --git a/embedding/qa/jstests/accessibility/nsIAccessibleTestHTML.txt b/embedding/qa/jstests/accessibility/nsIAccessibleTestHTML.txt new file mode 100644 index 000000000000..1fc0422601ff --- /dev/null +++ b/embedding/qa/jstests/accessibility/nsIAccessibleTestHTML.txt @@ -0,0 +1,72 @@ + + nsIAccessible Interface Test Case + + +
HTML Elements
+
+ + + Testing Link +
+ External Link +
+ + +
Testing Radio Button
+
+ Which is your favorite food + Mexican + Italian + Japanese + Other + +

Testing Check Boxes
+ Is your Age +
+ Above 30 + Below 30 +
+ + + Testing Table
+ + + + + + + + + + + + + + +
Test Table
Row1,Col1 Row1,Col2
Row2,Col1 Row2,Col2
Row3,Col1 Row3,Col2
+ + +
Testing Text Area
+ + + +

+Testing Select List +

+Choose your favorite color + + + +

+ Testing Button
+ + + + \ No newline at end of file