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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/iframe/d.html

Issue 10826157: Check for warnings when loading extensions in browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ExtensionTerminalPrivateApiTest.TerminalTest Created 8 years, 4 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/api_test/webnavigation/iframe/d.html
diff --git a/chrome/test/data/extensions/api_test/webnavigation/iframe/d.html b/chrome/test/data/extensions/api_test/webnavigation/iframe/d.html
index d34a39b37e08ef83ff4207065b89e77460906f33..395ea6791511bdc82471c0b8be08c116ea4d4fb9 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/iframe/d.html
+++ b/chrome/test/data/extensions/api_test/webnavigation/iframe/d.html
@@ -1,10 +1,5 @@
-<html><body>
-<script>
- function loadF() {
- var iframe = document.createElement('iframe');
- iframe.src = "f.html";
- var div = document.getElementById('f');
- div.appendChild(iframe);
- }
-</script>
-<iframe src="e.html" onload="loadF()"></iframe><div id="f"></div></body></html>
+<body>
+<script src="d.js"></script>
+</body>
+
+

Powered by Google App Engine
This is Rietveld 408576698