| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3094bf38322c16ba5b5ba65d9439cd32931d4d1d
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/plugins/plugin-placeholder-not-exposed.html
|
| @@ -0,0 +1,8 @@
|
| +<!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>
|
|
|