Index: content/test/data/gpu/gpu_process_crash.html |
diff --git a/content/test/data/gpu/gpu_process_crash.html b/content/test/data/gpu/gpu_process_crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..33ced3b7f99064d1da4535ea515673b28c450729 |
--- /dev/null |
+++ b/content/test/data/gpu/gpu_process_crash.html |
@@ -0,0 +1,17 @@ |
+<html> |
+<head> |
+<script type="text/javascript"> |
+function onLoad() { |
+ // This page doesn't need to take any action except |
+ // set LOADED & SUCCESSful. Disable the reset() method |
+ // so we don't have to do it again. |
+ window.domAutomationController.reset = function() {}; |
+ window.domAutomationController.send("LOADED"); |
+ window.domAutomationController.send("SUCCESS"); |
+} |
+</script> |
+</head> |
+<body onload="onLoad()"> |
+GPU process crash test running. |
+</body> |
+</html> |