--- a/ARIA/1.0/tests/test-files/name-computation-input/758.html Thu Feb 14 08:15:13 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/758.html Thu Feb 14 08:26:15 2013 -0600
@@ -6,12 +6,12 @@
label:after
{
-content:"fancy";
+content:" fruit"
}
</style>
</head>
<body>
-<label for="test">fruit</label>
+<label for="test">fancy</label>
<input type="password" id="test"/>
</body>
</html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/759.html Thu Feb 14 08:15:13 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/759.html Thu Feb 14 08:26:15 2013 -0600
@@ -6,12 +6,12 @@
label:after
{
-content:"fancy";
+content:" fruit"
}
</style>
</head>
<body>
-<label for="test">fruit</label>
+<label for="test">fancy</label>
<input type="checkbox" id="test"/>
</body>
</html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/760.html Thu Feb 14 08:15:13 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/760.html Thu Feb 14 08:26:15 2013 -0600
@@ -6,12 +6,12 @@
label:after
{
-content:"fancy";
+content:" fruit"
}
</style>
</head>
<body>
-<label for="test">fruit</label>
+<label for="test">fancy</label>
<input type="radio" id="test"/>
</body>
</html>