summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/gpu/feature_compositing.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/gpu/feature_compositing.html')
-rw-r--r--chrome/test/data/gpu/feature_compositing.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/chrome/test/data/gpu/feature_compositing.html b/chrome/test/data/gpu/feature_compositing.html
new file mode 100644
index 0000000..2ffed5e
--- /dev/null
+++ b/chrome/test/data/gpu/feature_compositing.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<meta charset="utf-8">
+<title>GPU Feature Testing: Accelerated Compositing</title>
+<style>
+body {
+ -webkit-transform: translateZ(0);
+}
+</style>
+<script>
+function runTest() {
+ domAutomationController.setAutomationId(1);
+ domAutomationController.send("FINISHED");
+}
+</script>
+</head>
+<body onload="runTest()">
+This page should trigger accelerated-compositing, i.e., gpu process should launch, if accelerated-compositing is allowed.
+</body>
+</html>