<!DOCTYPE html> <html> <head> <title>External content tests</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="test.js"></script> <base href="http://www.google.com/" /> </head> <body> <h1>External image</h1> <img src="http://www.google.com/logos/2011/gregormendel11-hp.jpg" style="border:5px solid black;" /> <h1>External image (using <base> href)</h1> <img src="/logos/2011/gregormendel11-res.jpg" /> <h1>External image (CORS)</h1> <img src="http://publishmydata.com/assets/home/blue_bg.png" /> </body> </html>