| Index: chrome/test/data/gpu/feature_compositing.html
|
| ===================================================================
|
| --- chrome/test/data/gpu/feature_compositing.html (revision 0)
|
| +++ chrome/test/data/gpu/feature_compositing.html (revision 0)
|
| @@ -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>
|
|
|
| Property changes on: chrome/test/data/gpu/feature_compositing.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|