test case 660 added spaces to css before and after text
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 04 Feb 2013 10:34:40 -0600
changeset 95 267b86ce477b
parent 94 46c45b0137e5
child 96 971850e48f64
test case 660 added spaces to css before and after text
ARIA/1.0/tests/test-files/name-computation-input/660.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/660.html	Mon Feb 04 10:22:11 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/660.html	Mon Feb 04 10:34:40 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>