chromium/chrome/test/data/safe_browsing/script.js

var helloWorld = function () {
  document.write("malicious script.");
};