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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource.html

Issue 2012193002: Use image instead of CSS in layout test network-memory-cached-resource.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/network/network-memory-cached-resource-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698