| Index: chrome/test/data/gpu/feature_compositing.html
|
| ===================================================================
|
| --- chrome/test/data/gpu/feature_compositing.html (revision 109333)
|
| +++ chrome/test/data/gpu/feature_compositing.html (working copy)
|
| @@ -1,21 +0,0 @@
|
| -<!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>
|
|
|