--- a/ARIA/1.0/tests/test-files/_/554.htm Wed May 01 10:28:51 2013 -0700
+++ b/ARIA/1.0/tests/test-files/_/554.htm Wed May 01 10:34:34 2013 -0700
@@ -1,4 +1,4 @@
-<p>Expect to see the word "baz" in between the next two paragraphs. If it does render, the name computation should expose 'baz' to th accessibility APIs. This does not render in most browsers so it's probably not CR-required.</p>
-<p>The content-replaced image immediately follows this paragraph.</p>
-<img id="test" src="foo.gif" width="100" height="100" alt="bar" style="content: 'baz';">
-<p>The content-replaced image immediately precedes this paragraph.</p>
+<p>Expect to see the text 'Test Content' (not the default 'Submit') in between the next two paragraphs. If it does render, the name computation should expose 'Test Content' to th accessibility APIs. This does not render in most browsers (shows the image, not the replacement text) so it's probably not CR-required.</p>
+<p>The content-replaced image button immediately follows this paragraph.</p>
+<form><input type="image" id="test" style="content: 'Test Content';"></form>
+<p>The content-replaced image button immediately precedes this paragraph.</p>