Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1008)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/plugins/resources/navigator-plugins-frame.html

Issue 2121433002: Fix navigator.plugins and navigator.mimeTypes for OOPIFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="navigator-plugins.js"></script>
4 <script>
5
6 function sendPluginData() {
7 parent.postMessage(pluginDataAsString(), "*");
8 }
9
10 </script>
11 <body onload="sendPluginData()">
12 This frame evaluates navigator.plugins and navigator.mimeTypes and sends results
13 to the parent frame.
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698