Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Side by Side Diff: chrome/test/data/gpu/feature_compositing.html

Issue 8510032: Add tests to make sure gpu blacklist actually block gpu features. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/gpu/feature_canvas2d.html ('k') | chrome/test/data/gpu/feature_webgl.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>GPU Feature Testing: Accelerated Compositing</title>
6 <style>
7 body {
8 -webkit-transform: translateZ(0);
9 }
10 </style>
11 <script>
12 function runTest() {
13 domAutomationController.setAutomationId(1);
14 domAutomationController.send("FINISHED");
15 }
16 </script>
17 </head>
18 <body onload="runTest()">
19 This page should trigger accelerated-compositing, i.e., gpu process should launc h, if accelerated-compositing is allowed.
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/gpu/feature_canvas2d.html ('k') | chrome/test/data/gpu/feature_webgl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698