| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource.html
|
| index 20a6ffd4370631cba15cd7acd183833ab607fe7a..9e9d3670e01f2cdaf3d6338c818090fade2be1e0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource.html
|
| @@ -2,7 +2,6 @@
|
| <head>
|
| <script src="../inspector-test.js"></script>
|
| <script src="../network-test.js"></script>
|
| -<link rel='StyleSheet' href="resources/style.css" type="text/css">
|
| <script>
|
| function attachIframe()
|
| {
|
| @@ -40,7 +39,7 @@ function test()
|
|
|
| function onRequest()
|
| {
|
| - if (!finished && findResource(/style\.css/, 200, false) && findResource(/style\.css/, 200, true)) {
|
| + if (!finished && findResource(/abe\.png/, 200, false) && findResource(/abe\.png/, 200, true)) {
|
| finished = true;
|
| InspectorTest.addResult("Memory-cached resource found.");
|
| step3();
|
| @@ -61,5 +60,6 @@ function test()
|
| </head>
|
| <body onload="runTest()">
|
| <p>Tests that memory-cached resources are correctly reported.</p>
|
| + <img src="resources/abe.png">
|
| </body>
|
| </html>
|
|
|