fixed test case 663 to insert blanks in before and after text
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 04 Feb 2013 10:53:58 -0600
changeset 99 68caab77addd
parent 98 a0be4ebddaf8
child 100 ef4f729efa43
fixed test case 663 to insert blanks in before and after text
ARIA/1.0/tests/test-files/name-computation-input/663.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/663.html	Mon Feb 04 10:49:06 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/663.html	Mon Feb 04 10:53:58 2013 -0600
@@ -5,13 +5,13 @@
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       <title>Text input with @title and :before and :after content rule</title>
          <style type="text/css">
-        label:before { content: "foo"; }
-        label:after { content: "baz"; }
+        label:before { content: "foo "; }
+        label:after { content: " baz"; }
       </style>
    </head>
    <body>
       <form>
-         <label for="test" title="bar"><input id="test" type="file" name="test" title="bar"></label> 
+         <label for="test"><input id="test" type="file" name="test" title="bar"></label> 
       </form>
    </body>
 </html>