3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script src="memory-instrumentation-test.js"></script>
7 function displayAndRunTest()
16 var jpegDecodedSizeExpected = 20000000;
17 InspectorTest.validateMemoryBlockSize(["ProcessPrivateMemory", "Page", "Image"], jpegDecodedSizeExpected);
25 This test checks that CachedImages size reported by the memory agent includes images decoded size.
26 <a href="https://bugs.webkit.org/show_bug.cgi?id=93366">Bug 93366</a>
28 <img src="resources/image.jpeg" width="100" height="60" onload="displayAndRunTest()"/>