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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html

Issue 2834733003: Separate preaload matching from MemoryCache (Closed)
Patch Set: fix Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html b/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html
index 2ccdb0e807fef5d933c64a476cfc09f2c942d47e..b254093cee0b312c8b07aaae8e31e50f9346d5ac 100644
--- a/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html
@@ -17,8 +17,6 @@ window.addEventListener("load", t.step_func(function() {
assert_false(internals.isPreloaded('../resources/Ahem.ttf'), "fonts should not be preloaded");
assert_false(internals.isPreloaded('../resources/dummy.css'), "css should not be preloaded");
assert_false(internals.isPreloaded('../resources/square.png'), "imgs should not be preloaded");
- assert_true(internals.isPreloaded('../resources/testharness.js'));
- assert_true(internals.isPreloaded('../resources/testharnessreport.js'));
t.done();
}
}));

Powered by Google App Engine
This is Rietveld 408576698