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

Unified Diff: chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.js

Issue 11035067: Add loadCommit and loadStop Event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ShimSrcAttribute Test Created 8 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
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_guest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.js
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.js b/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.js
index decbbd817d6adc371c66662894d476bbc06278ca..adda13807d832d1469003fe6f247e8b5c8e13326 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.js
+++ b/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/main.js
@@ -61,7 +61,7 @@ onload = function() {
// Wait for navigation to complete before checking src attribute.
- browserTag.addEventListener('navigation', function(e) {
+ browserTag.addEventListener('loadCommit', function(e) {
switch (step) {
case 1:
runStep2();
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698