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

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

Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: comments addressed Created 3 years, 9 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/extensions/platform_apps/web_view/content_script_whitelisted/main.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/content_script_whitelisted/main.js b/chrome/test/data/extensions/platform_apps/web_view/content_script_whitelisted/main.js
index 8003fbebdee7e785a6dfac52151bebed3740d3d4..e60f91d19c521cebe7fa08a14b65f45da850c375 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/content_script_whitelisted/main.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/content_script_whitelisted/main.js
@@ -14,7 +14,7 @@ onload = function() {
};
var element = document.getElementById('the-bridge-element');
- if (element.innerText == 'Modified') {
+ if (element.innerText == 'Mutated') {
contentScriptRan = true;
maybePassTest();
} else {

Powered by Google App Engine
This is Rietveld 408576698