chromium/chrome/test/data/extensions/null_document.html

<iframe src="javascript:
  try {
    domAutomationController.send('navigated');
    top.document.write(null);
  } catch(e) {}
">