chromium/chrome/test/fuzzing/page_load_in_process_fuzzer_seed_corpus/network.textproto


network_resource {
  path: "/foo.html"
  http_status: 200
  reason: "OK"
  content_type: "text/html"
  body: "<html><head><title>Page</title><script type=\"text/javascript\">function greet() {console.log(\"HellOOO\") }</script></head><body onload=\"greet()\"><h1>Hello!</h1></body></html>"
}