Commit 01f1fefc authored by ap@webkit.org's avatar ap@webkit.org

Fix the test for <https://bugs.webkit.org/show_bug.cgi?id=25420> - I broke it when

        experimenting with other aspects of the issue, so it didn't check what it should have checked.

        * http/tests/xmlhttprequest/detaching-frame-2.html:



git-svn-id: svn://svn.chromium.org/blink/trunk@42992 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 146d28c4
2009-04-28 Alexey Proskuryakov <ap@webkit.org>
Fix the test for <https://bugs.webkit.org/show_bug.cgi?id=25420> - I broke it when
experimenting with other aspects of the issue, so it didn't check what it should have checked.
* http/tests/xmlhttprequest/detaching-frame-2.html:
2009-04-28 David Carson <dacarson@apple.com>
Reviewed by David Kilzer.
......@@ -15,8 +15,8 @@
frames[0].frameElement.onload = function() {
var client
try {
client = new XMLHttpRequest()
client.open("GET", "/xmlhttprequest/resources/meaningless-frame.html", false)
client = new window.x()
client.open("GET", "/xmlhttprequest/resources/echo-host.php", false)
client.send("")
} catch(e)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment