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

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

Issue 8095007: Defer loading of audio/video tags while prerendering. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressing Andrew's comments Created 9 years, 2 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_html5_audio.html
diff --git a/chrome/test/data/prerender/prerender_html5_audio.html b/chrome/test/data/prerender/prerender_html5_audio.html
index 7a03e20c15d4fa47389f09b3f2eae20c6d316936..81c80079154db5e9ba81f64773673888789f4b04 100644
--- a/chrome/test/data/prerender/prerender_html5_audio.html
+++ b/chrome/test/data/prerender/prerender_html5_audio.html
@@ -5,6 +5,15 @@
-->
<head>
<title>Prerender cancellation for HTML5 audio.</title>
scherkus (not reviewing) 2011/10/05 20:21:58 updated?
Shishir 2011/10/20 21:20:39 Done.
+
+ <script>
+ function DidPrerenderPass() {
+ return true;
+ }
+ function DidDisplayPass() {
+ return true;
+ }
+ </script>
</head>
<body>
<audio controls="controls" autoplay="autoplay">
scherkus (not reviewing) 2011/10/05 20:21:58 nit: correct syntax is to just list the attributes
Shishir 2011/10/20 21:20:39 Done.

Powered by Google App Engine
This is Rietveld 408576698