| Index: chrome/test/data/windowed_npapi_plugin.html
|
| diff --git a/chrome/test/data/windowed_npapi_plugin.html b/chrome/test/data/windowed_npapi_plugin.html
|
| deleted file mode 100644
|
| index 1a0cc4b58406f958caeaf185697aff41d26a0743..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/windowed_npapi_plugin.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<hmtl>
|
| -<body>
|
| -<embed type="application/vnd.npapi-test"
|
| - height="300"
|
| - width="100%"
|
| - name="set_title_in_set_window_and_paint"
|
| - id="1"
|
| - mode="np_embed"/>
|
| -</body>
|
| -
|
| -<script>
|
| -function PluginCreated() {
|
| - window.document.title = "created";
|
| - return;
|
| -}
|
| -
|
| -function PluginShown() {
|
| - window.document.title = "shown";
|
| - return;
|
| -}
|
| -</script>
|
| -
|
| -</hmtl>
|
|
|