--- 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>