summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/about-blank-xhr.html
blob: 87478782bdc2e61908eb84a4192b0c7863b21d69 (plain)
1
2
3
4
5
6
7
8
9
10
<ol>
<li>Create a new tab.</li>
<li>Navigate that tab to about:blank.</li>
<li>Paste the following into the location bar:
  <pre>javascript:x = new XMLHttpRequest(); x.open('get', 'http://jquery.com', false); x.send(); alert(x.responseText)</pre>
</li>
<li>Press "Enter".</li>
<li>If you see the contents of jquery.com appear in an alert dialog, something
has gone wrong.</li>
</ol>