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> |