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

Unified Diff: LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html

Issue 13973026: remove memoryinstrumentation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove the rest part of MemoryInstrumentation Created 7 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: LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html
diff --git a/LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html b/LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html
deleted file mode 100644
index ffddea71a55a38e192c7537e2b37be35e1e35cf1..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<html>
-<head>
-<script src="../../http/tests/inspector/inspector-test.js"></script>
-<script src="memory-instrumentation-test.js"></script>
-<script>
-
-function displayAndRunTest()
-{
- if (window.testRunner)
- testRunner.display();
- runTest();
-}
-
-function test()
-{
- var jpegDecodedSizeExpected = 20000000;
- InspectorTest.validateMemoryBlockSize(["ProcessPrivateMemory", "Image"], jpegDecodedSizeExpected);
-}
-
-</script>
-</head>
-
-<body>
-<p>
-This test checks that CachedImages size reported by the memory agent includes images decoded size.
-<a href="https://bugs.webkit.org/show_bug.cgi?id=93366">Bug 93366</a>
-</p>
-<img src="resources/image.jpeg" width="100" height="60" onload="displayAndRunTest()"/>
-</body>
-</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/inspector/profiler/memory-instrumentation-cached-images-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698