add test cases 839-844
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 24 Jun 2013 19:32:46 -0500
changeset 256 da2a77836263
parent 255 9f9e00203f0e
child 257 bd11c44adb6a
add test cases 839-844
ARIA/1.0/tests/test-files/presentational-children/testcase-839.html
ARIA/1.0/tests/test-files/presentational-children/testcase-840.html
ARIA/1.0/tests/test-files/presentational-children/testcase-841.html
ARIA/1.0/tests/test-files/presentational-children/testcase-842.html
ARIA/1.0/tests/test-files/presentational-children/testcase-843.html
ARIA/1.0/tests/test-files/presentational-children/testcase-844.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/presentational-children/testcase-839.html	Mon Jun 24 19:32:46 2013 -0500
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
+<html>
+  <head>
+    <title>ARIA 1.0 Test Case 839: Separator</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  </head>
+  <body>
+    <h1>ARIA 1.0 Test Case 839: Separator</h1>
+    
+    <div role="separator">
+      <div>Test text content</div> 
+      <label>Textbox <input type="text" value="123456789"/></label> 
+      <p><a href="#link">Test link</a></p> 
+      <div role="button" onclick="alert('Button Pressed')">Button</div>
+    </div>
+      
+    
+  </body>
+  
+</html>
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/presentational-children/testcase-840.html	Mon Jun 24 19:32:46 2013 -0500
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
+<html>
+  <head>
+    <title>ARIA 1.0 Test Case 840: progressbar</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  </head>
+  <body>
+    <h1>ARIA 1.0 Test Case 840: progressbar</h1>
+    
+    <div role="progressbar">
+      <div>Test text content</div> 
+      <label>Textbox <input type="text" value="123456789"/></label> 
+      <p><a href="#link">Test link</a></p> 
+      <div role="button" onclick="alert('Button Pressed')">Button</div>
+    </div>
+      
+    
+  </body>
+  
+</html>
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/presentational-children/testcase-841.html	Mon Jun 24 19:32:46 2013 -0500
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
+<html>
+  <head>
+    <title>ARIA 1.0 Test Case 841: scrollbar</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  </head>
+  <body>
+    <h1>ARIA 1.0 Test Case 841: scrollbar</h1>
+    
+    <div role="progressbar">
+      <div>Test text content</div> 
+      <label>Textbox <input type="text" value="123456789"/></label> 
+      <p><a href="#link">Test link</a></p> 
+      <div role="button" onclick="alert('Button Pressed')">Button</div>
+    </div>
+      
+    
+  </body>
+  
+</html>
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/presentational-children/testcase-842.html	Mon Jun 24 19:32:46 2013 -0500
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
+<html>
+  <head>
+    <title>ARIA 1.0 Test Case 842: img</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  </head>
+  <body>
+    <h1>ARIA 1.0 Test Case 842: img</h1>
+    
+    <div role="img" aria-label="Test image">
+      <div>Test text content</div> 
+      <label>Textbox <input type="text" value="123456789"/></label> 
+      <p><a href="#link">Test link</a></p> 
+      <div role="button" onclick="alert('Button Pressed')">Button</div>
+    </div>
+      
+    
+  </body>
+  
+</html>
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/presentational-children/testcase-843.html	Mon Jun 24 19:32:46 2013 -0500
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
+<html>
+  <head>
+    <title>ARIA 1.0 Test Case 843: slider</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  </head>
+  <body>
+    <h1>ARIA 1.0 Test Case 843: slider</h1>
+    
+    <div role="slider" aria-valuemin="0"  aria-valuenow="5"  aria-valuemax="10">
+      <div>Test text content</div> 
+      <label>Textbox <input type="text" value="123456789"/></label> 
+      <p><a href="#link">Test link</a></p> 
+      <div role="button" onclick="alert('Button Pressed')">Button</div>
+    </div>
+      
+    
+  </body>
+  
+</html>
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/presentational-children/testcase-844.html	Mon Jun 24 19:32:46 2013 -0500
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
+<html>
+  <head>
+    <title>ARIA 1.0 Test Case 844: math</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  </head>
+  <body>
+    <h1>ARIA 1.0 Test Case 844: math</h1>
+    
+    <div role="math" aria-label="a plus b equals c">
+      <div>Test text content</div> 
+      <label>Textbox <input type="text" value="123456789"/></label> 
+      <p><a href="#link">Test link</a></p> 
+      <div role="button" onclick="alert('Button Pressed')">Button</div>
+    </div>
+      
+    
+  </body>
+  
+</html>
+
+