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

Unified Diff: chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/test.js

Issue 1238313003: Remove an expectation for an exception from CrossOriginXHRBackgroundPage test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep try-catch Created 5 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/test.js
diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/test.js b/chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/test.js
index a4c3c8e50148405683a9216bbeaa26029faac7c2..6a0e7fd485a8ba3772709fcbbd54cf5105e31f27 100644
--- a/chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/test.js
+++ b/chrome/test/data/extensions/api_test/cross_origin_xhr/no_file_access/test.js
@@ -21,9 +21,8 @@ chrome.test.getConfig(function(config) {
try {
req.send(null);
- chrome.test.fail('expected an error to be thrown');
} catch (e) {
- };
+ }
}
]);
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698