From 2daae5fd11344eaa88a0d92b0f6d65f8d2255c00 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 2 Jun 2011 12:07:03 +0100 Subject: Merge WebKit at r84325: Initial merge by git. Change-Id: Ic1a909300ecc0a13ddc6b4e784371d2ac6e3d59b --- Source/WebCore/manual-tests/about-blank-xhr.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Source/WebCore/manual-tests/about-blank-xhr.html (limited to 'Source/WebCore/manual-tests/about-blank-xhr.html') diff --git a/Source/WebCore/manual-tests/about-blank-xhr.html b/Source/WebCore/manual-tests/about-blank-xhr.html new file mode 100644 index 0000000..8747878 --- /dev/null +++ b/Source/WebCore/manual-tests/about-blank-xhr.html @@ -0,0 +1,10 @@ +
    +
  1. Create a new tab.
  2. +
  3. Navigate that tab to about:blank.
  4. +
  5. Paste the following into the location bar: +
    javascript:x = new XMLHttpRequest(); x.open('get', 'http://jquery.com', false); x.send(); alert(x.responseText)
    +
  6. +
  7. Press "Enter".
  8. +
  9. If you see the contents of jquery.com appear in an alert dialog, something +has gone wrong.
  10. +
-- cgit v1.1