| Index: chrome/test/data/load_all_blocked_plugins.html
|
| diff --git a/chrome/test/data/load_all_blocked_plugins.html b/chrome/test/data/load_all_blocked_plugins.html
|
| deleted file mode 100644
|
| index 8ae05db69cb81b0d44bf7c76016d92e9de761db1..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/load_all_blocked_plugins.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -var count = 0;
|
| -function PluginCreated() {
|
| - count++;
|
| - document.title = count.toString();
|
| -}
|
| -
|
| -var id = 1;
|
| -function inject() {
|
| - var child = document.createElement("div");
|
| - child.innerHTML = '<embed type="application/vnd.npapi-test" src="foo" '+
|
| - 'name="invoke_js_function_on_create" ' +
|
| - 'id="' + id + '" mode="np_embed">';
|
| - document.getElementById("content").appendChild(child);
|
| - id++;
|
| -}
|
| -</script>
|
| -</head>
|
| -<body onload="inject();">
|
| -<div id="content"></div>
|
| -</body>
|
| -</html>
|
|
|