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

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

Issue 2867333002: Revert "Separate preaload matching from MemoryCache" (Closed)
Patch Set: Revert "Separate preaload matching from MemoryCache" Created 3 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
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 b254093cee0b312c8b07aaae8e31e50f9346d5ac..2ccdb0e807fef5d933c64a476cfc09f2c942d47e 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,6 +17,8 @@ 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