Back to Chromium

About Blank Xhr

third_party/blink/manual_tests/about-blank-xhr.html

149.0.7827.2336 B
Original Source
  1. Create a new tab.
  2. Navigate that tab to about:blank.
  3. Paste the following into the location bar:
javascript:x = new XMLHttpRequest(); x.open('get', 'http://jquery.com', false); x.send(); alert(x.responseText)
  1. Press "Enter".
  2. If you see the contents of jquery.com appear in an alert dialog, something has gone wrong.