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

Side by Side Diff: content/test/data/gpu/mem_simple.html

Issue 11667030: Add GPU memory usage contents browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Contents browser test ready for review Created 7 years, 11 months 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <head>
3 <title>GPU Memory Test: Minimal page</title>
4 <script type="text/javascript">
5 // This page will use only the minimum amount of GPU memory.
6 function useGpuMemory(n) {
7 // Signal back to the test runner that we're done allocating memory.
8 domAutomationController.send("DONE");
9 }
10 </script>
11 </head>
12 <body>
13 Test.
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698