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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/xhr/a.html

Issue 8775046: Convert another batch of extension tests to manifest_version 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/webrequest/xhr/a.html
===================================================================
--- chrome/test/data/extensions/api_test/webrequest/xhr/a.html (revision 112565)
+++ chrome/test/data/extensions/api_test/webrequest/xhr/a.html (working copy)
@@ -1,12 +1,6 @@
<html>
<head>
-<script>
-function sendXHR() {
- var req = new XMLHttpRequest();
- req.open("GET", "data.json", true);
- req.send(null);
-}
-</script>
+<script src="a.js"></script>
</head>
-<body onload="sendXHR()"></body>
+<body></body>
</html>

Powered by Google App Engine
This is Rietveld 408576698