Chromium Code Reviews| Index: LayoutTests/http/tests/appcache/resources/remove-cache-frame-2.html |
| diff --git a/LayoutTests/http/tests/appcache/resources/remove-cache-frame-2.html b/LayoutTests/http/tests/appcache/resources/remove-cache-frame-2.html |
| index 009a8b60eae4e6409f05929effedbb1f2e5de06b..5d26f1cac3cff6c2316993ebde00676a5e7cb159 100644 |
| --- a/LayoutTests/http/tests/appcache/resources/remove-cache-frame-2.html |
| +++ b/LayoutTests/http/tests/appcache/resources/remove-cache-frame-2.html |
| @@ -17,6 +17,7 @@ function test() |
| try { |
| var req = new XMLHttpRequest; |
| req.open("GET", "empty.txt", false); |
| + req.setRequestHeader("Cache-control", "no-store"); |
|
Nate Chapin
2013/09/12 23:28:46
Header added to make sure this gets all the way to
|
| req.send(null); |
| alert("FAIL: XMLHttpRequest for an uncached resource didn't raise an exception"); |
| } catch (ex) { |