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> |