| Index: LayoutTests/fast/plugins/plugin-placeholder-not-exposed.html
|
| diff --git a/LayoutTests/fast/plugins/plugin-placeholder-not-exposed.html b/LayoutTests/fast/plugins/plugin-placeholder-not-exposed.html
|
| deleted file mode 100644
|
| index 3094bf38322c16ba5b5ba65d9439cd32931d4d1d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/plugins/plugin-placeholder-not-exposed.html
|
| +++ /dev/null
|
| @@ -1,8 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script>
|
| -description('Ensures that the private PluginPlaceholderElement interface is not exposed.');
|
| -shouldBeUndefined('window.PluginPlaceholderElement');
|
| -shouldThrow('PluginPlaceholderElement');
|
| -shouldThrow('PluginPlaceholderElement.prototype');
|
| -</script>
|
|
|