fix the src reference
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 15 Oct 2013 10:06:55 -0500
changeset 390 7227cbbbbbad
parent 389 8e93951deb04
child 391 e441d6264d15
fix the src reference
ARIA-UAIG/1.0/tests/test-files/test54.html
--- a/ARIA-UAIG/1.0/tests/test-files/test54.html	Mon Sep 30 17:05:28 2013 -0700
+++ b/ARIA-UAIG/1.0/tests/test-files/test54.html	Tue Oct 15 10:06:55 2013 -0500
@@ -4,6 +4,6 @@
 		<title>img with src and role=presentation and tabindex=-1</title>
 	</head>
 	<body>
-		<p><img src="http://example.com/img.png" tabindex="-1" role="presentation" id="test" alt="Test Element" /></p>
+		<p><img src="foo.png" tabindex="-1" role="presentation" id="test" alt="Test Element" /></p>
 	</body>
-</html>
\ No newline at end of file
+</html>