2 <script src=
"../../../resources/js-test.js"></script>
5 var jsTestIsAsync
= true;
8 internals
.evictAllResources();
10 window
.addEventListener("message", function() {
11 if (window
.internals
) {
12 shouldBeFalse('window.internals.isLoadingFromMemoryCache("resources/image-set-4x.png")');
13 shouldBeTrue('window.internals.isLoadingFromMemoryCache("resources/blue_rect.jpg")');
19 <iframe id=
"frame" style=
"width: 80px;" src=
"resources/srcset_iframe.html"></iframe>