| Index: third_party/WebKit/LayoutTests/http/tests/plugins/resources/navigator-plugins-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/resources/navigator-plugins-frame.html b/third_party/WebKit/LayoutTests/http/tests/plugins/resources/navigator-plugins-frame.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..156a36ebf9a039b6a6c5e3eca3dd9320e474d492
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/plugins/resources/navigator-plugins-frame.html
|
| @@ -0,0 +1,15 @@
|
| +<html>
|
| +<head>
|
| +<script src="navigator-plugins.js"></script>
|
| +<script>
|
| +
|
| +function sendPluginData() {
|
| + parent.postMessage(pluginDataAsString(), "*");
|
| +}
|
| +
|
| +</script>
|
| +<body onload="sendPluginData()">
|
| +This frame evaluates navigator.plugins and navigator.mimeTypes and sends results
|
| +to the parent frame.
|
| +</body>
|
| +</html>
|
|
|