switch to local file references on images
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 11 Nov 2013 17:13:26 -0600
changeset 418 9f1735e3ac12
parent 417 468f39aad4c3
child 419 65b1f0c56550
switch to local file references on images
ARIA-UAIG/1.0/tests/test-files/dot-selected.png
ARIA-UAIG/1.0/tests/test-files/dot.png
ARIA-UAIG/1.0/tests/test-files/test104.html
Binary file ARIA-UAIG/1.0/tests/test-files/dot-selected.png has changed
Binary file ARIA-UAIG/1.0/tests/test-files/dot.png has changed
--- a/ARIA-UAIG/1.0/tests/test-files/test104.html	Mon Nov 11 16:59:39 2013 -0600
+++ b/ARIA-UAIG/1.0/tests/test-files/test104.html	Mon Nov 11 17:13:26 2013 -0600
@@ -72,7 +72,7 @@
 
 li.checked {
 	font-weight: bold;
-	background-image: url('http://www.oaa-accessibility.org/media/examples/images/dot.png');
+	background-image: url('dot.png');
 	background-repeat: no-repeat;
 	background-position: 5px 10px;
 }
@@ -85,7 +85,7 @@
 .menu-hover-checked {
 	background-color: #700 !important;
 	color: white !important;
-	background-image: url('http://www.oaa-accessibility.org/media/examples/images/dot-selected.png') !important;
+	background-image: url('dot-selected.png') !important;
 }
 
 .menu-focus {
@@ -98,7 +98,7 @@
 	background-color: black;
 	font-weight: bold;
 	color: white !important;
-	background-image: url('http://www.oaa-accessibility.org/media/examples/images/dot-selected.png') !important;
+	background-image: url('dot-selected.png') !important;
 }
 .hidden {
    position: absolute;