added spaces to css before and after text
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 04 Feb 2013 10:22:11 -0600
changeset 94 46c45b0137e5
parent 93 8feb3e3b3842
child 95 267b86ce477b
added spaces to css before and after text
ARIA/1.0/tests/test-files/name-computation-input/659.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/659.html	Sun Feb 03 13:01:58 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/659.html	Mon Feb 04 10:22:11 2013 -0600
@@ -5,8 +5,8 @@
       <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>