From c5e19f2d1626059d032dccbfabbc6c8292d24c56 Mon Sep 17 00:00:00 2001 From: "wanmingx.lin" Date: Wed, 31 Jul 2013 18:57:40 +0800 Subject: [PATCH] Fixed reference path in eventsource-constructor-url-multi-window.htm https://bugzilla.mozilla.org/show_bug.cgi?id=869865 Signed-off-by: wanmingx.lin --- eventsource/eventsource-constructor-url-multi-window.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventsource/eventsource-constructor-url-multi-window.htm b/eventsource/eventsource-constructor-url-multi-window.htm index becadaa0578701..2e9a7f44dc4506 100644 --- a/eventsource/eventsource-constructor-url-multi-window.htm +++ b/eventsource/eventsource-constructor-url-multi-window.htm @@ -11,7 +11,7 @@ var test = async_test() function init() { test.step(function() { - source = new self[0].EventSource("resources/message.php") + source = new self[0].EventSource("message.php") source.onopen = function(e) { test.step(function() { assert_equals(source.readyState, source.OPEN)