Index: chrome/test/data/extensions/api_test/webrequest/test_simple.js |
diff --git a/chrome/test/data/extensions/api_test/webrequest/test_simple.js b/chrome/test/data/extensions/api_test/webrequest/test_simple.js |
index 2ef4a05c11d366ff32e97951f4c2c213b27067a2..5a2218dc838d5ee753837db70b87d6ddc8133e8a 100644 |
--- a/chrome/test/data/extensions/api_test/webrequest/test_simple.js |
+++ b/chrome/test/data/extensions/api_test/webrequest/test_simple.js |
@@ -80,7 +80,8 @@ runTests([ |
details: { |
url: getURLHttpSimpleLoadRedirect(), |
responseHeadersExist: true, |
- statusLine: "HTTP/1.1 301 Moved Permanently" |
+ statusLine: "HTTP/1.1 301 Moved Permanently", |
+ statusCode: 301 |
} |
}, |
{ label: "onBeforeRedirect", |
@@ -122,6 +123,7 @@ runTests([ |
url: getURLHttpSimpleLoad(), |
responseHeadersExist: true, |
statusLine: "HTTP/1.1 200 OK", |
+ statusCode: 200 |
} |
}, |
{ label: "onResponseStarted", |