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