| Index: LayoutTests/fast/plugins/plugin-placeholder-structured.html
|
| diff --git a/LayoutTests/fast/plugins/plugin-placeholder-structured.html b/LayoutTests/fast/plugins/plugin-placeholder-structured.html
|
| deleted file mode 100644
|
| index ed7698e09d0e96178668e1a2dce3d4126d2d565c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/plugins/plugin-placeholder-structured.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<style>
|
| -applet, embed, object { display: block; }
|
| -</style>
|
| -
|
| -<!-- The placeholders inserted below should be shown with some suitable style. -->
|
| -<object id="plugin1" type="application/x-fake-plugin"></object>
|
| -<object id="plugin2" type="application/x-fake-plugin"></object>
|
| -
|
| -<script>
|
| -internals.forcePluginPlaceholder(document.getElementById('plugin1'), { message: "Sorry, but your plugin couldn't be loaded." });
|
| -internals.forcePluginPlaceholder(document.getElementById('plugin2'), { message: "Sorry, but your plugin couldn't be loaded.", closeable: true });
|
| -</script>
|
|
|