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

Unified Diff: content/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: Contents browser test ready for review 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: content/test/data/gpu/mem_simple.html
diff --git a/content/test/data/gpu/mem_simple.html b/content/test/data/gpu/mem_simple.html
new file mode 100644
index 0000000000000000000000000000000000000000..26c1c3f4360714bdad387ad37f56889f2000e914
--- /dev/null
+++ b/content/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("DONE");
+}
+</script>
+</head>
+<body>
+Test.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698