fix spacing/text to match testable statements
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 14 Feb 2013 08:26:15 -0600
changeset 106 c6fb18d3cee9
parent 105 eefb85e8f96d
child 107 97ca68fee3ca
fix spacing/text to match testable statements
ARIA/1.0/tests/test-files/name-computation-input/758.html
ARIA/1.0/tests/test-files/name-computation-input/759.html
ARIA/1.0/tests/test-files/name-computation-input/760.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/758.html	Thu Feb 14 08:15:13 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/758.html	Thu Feb 14 08:26:15 2013 -0600
@@ -6,12 +6,12 @@
 
 label:after
 {
-content:"fancy";
+content:" fruit"
 }
 </style>
 </head>
 <body>
-<label for="test">fruit</label>
+<label for="test">fancy</label>
 <input type="password" id="test"/>
 </body>
 </html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/759.html	Thu Feb 14 08:15:13 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/759.html	Thu Feb 14 08:26:15 2013 -0600
@@ -6,12 +6,12 @@
 
 label:after
 {
-content:"fancy";
+content:" fruit"
 }
 </style>
 </head>
 <body>
-<label for="test">fruit</label>
+<label for="test">fancy</label>
 <input type="checkbox" id="test"/>
 </body>
 </html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/760.html	Thu Feb 14 08:15:13 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/760.html	Thu Feb 14 08:26:15 2013 -0600
@@ -6,12 +6,12 @@
 
 label:after
 {
-content:"fancy";
+content:" fruit"
 }
 </style>
 </head>
 <body>
-<label for="test">fruit</label>
+<label for="test">fancy</label>
 <input type="radio" id="test"/>
 </body>
 </html>