Merging Joseph's branch from Nov 14, 2012
authorJames Craig <jcraig@apple.com>
Wed, 06 Mar 2013 15:24:45 -0800
changeset 135 ac9b5edb7442
parent 134 87923f8cf469 (current diff)
parent 58 4ab2afd2ee50 (diff)
child 136 358bd85d6c6a
Merging Joseph's branch from Nov 14, 2012
ARIA/1.0/tests/test-files/name-computation-input/659.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/659.html	Wed Mar 06 13:31:34 2013 -0800
+++ b/ARIA/1.0/tests/test-files/name-computation-input/659.html	Wed Mar 06 15:24:45 2013 -0800
@@ -4,9 +4,9 @@
    <head>
       <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"; }
+      <style type="text/css">
+        label:before { content: "foo"; }
+        label:after { content: "baz"; }
       </style>
    </head>
    <body>