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

Unified Diff: chrome/test/data/prerender/prerender_plugin_delay_load.html

Issue 2342893003: Plugin Power Saver Tiny: Fix Field Trial testing config (Closed)
Patch Set: Fix prerender tests Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/prerender/prerender_plugin_delay_load.html
diff --git a/chrome/test/data/prerender/prerender_plugin_delay_load.html b/chrome/test/data/prerender/prerender_plugin_delay_load.html
index 4a84c735906d71560995bfb2d3997bc5718ffc22..210b06041cc87c9ca7491bac69b027a7e3f7d173 100644
--- a/chrome/test/data/prerender/prerender_plugin_delay_load.html
+++ b/chrome/test/data/prerender/prerender_plugin_delay_load.html
@@ -27,6 +27,9 @@ function DidDisplayPass() {
</head>
<body>
-<embed name="plugin" type="application/x-ppapi-tests"></embed>
+<!-- Specifically define the data attribute to be same-origin. Otherwise,
+ Plugin Power Saver will further defer the loading of the plugin. -->
+<object name='plugin' data='fake.swf' type='application/x-ppapi-tests'>
+</object>
</body>
</html>
« no previous file with comments | « chrome/browser/plugins/plugin_power_saver_browsertest.cc ('k') | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698