Index: LayoutTests/http/tests/security/frame-loading-via-document-write.html |
diff --git a/LayoutTests/http/tests/security/frame-loading-via-document-write.html b/LayoutTests/http/tests/security/frame-loading-via-document-write.html |
index cbd829d2f5fd131fb70eeebd1add6cef87cfb9a1..96b2b36dd7c60234c66c3e702ab4c18a38dc673e 100644 |
--- a/LayoutTests/http/tests/security/frame-loading-via-document-write.html |
+++ b/LayoutTests/http/tests/security/frame-loading-via-document-write.html |
@@ -50,7 +50,7 @@ function buildFrameset() |
outHTML = "<html><head><scr" + "ipt language=\"JavaScript\" src=\"resources/frame-loading-via-document-write.js\">"+ |
"</scr" + "ipt></head><body onLoad=\"lastTest()\"><table><tr><td>"+ |
"<div id=\"result\"></div>"+ |
- "<img src=\"/resources/abe.png\" id=\"myImg\">"+ |
+ "<img src=\"resources/abe.png\" id=\"myImg\">"+ |
"</td></tr></table></body></html>"; |
frames['bottomRow'].document.open("text/html","replace"); |