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

Unified Diff: chrome/test/data/gpu/mem_simple.html

Issue 11667030: Add GPU memory usage contents browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extraneous comments Created 7 years, 12 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: chrome/test/data/gpu/mem_simple.html
diff --git a/chrome/test/data/gpu/mem_simple.html b/chrome/test/data/gpu/mem_simple.html
new file mode 100644
index 0000000000000000000000000000000000000000..57d489790c08549f84832b0e7bb2a5674596b3a4
--- /dev/null
+++ b/chrome/test/data/gpu/mem_simple.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<head>
+<title>GPU Memory Test: Minimal page</title>
+<script type="text/javascript">
+// This page will use only the minimum amount of GPU memory.
+function useGpuMemory(n) {
+ // Signal back to the test runner that we're done allocating memory.
+ domAutomationController.send(true);
+}
+</script>
+</head>
+<body>
+Test.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698