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

Side by Side Diff: tools/gpu_validation/unittest_data/mem_css3d.html

Issue 11668013: Added GPU stress test with multiple tabs in one single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renames run_tests. Created 7 years, 9 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
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>GPU Memory Test: Use N MB of GPU Memory with 3D CSS</title> 4 <title>GPU Memory Test: Use N MB of GPU Memory with 3D CSS</title>
5 <style> 5 <style>
6 .block { 6 .block {
7 background: #FF0000; 7 background: #FF0000;
8 font-size: 150px; 8 font-size: 150px;
9 height: 512px; 9 height: 512px;
10 position: absolute; 10 position: absolute;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 // Signal back to the test runner that we're done allocating memory. 45 // Signal back to the test runner that we're done allocating memory.
46 domAutomationController.send("DONE_USE_GPU_MEMORY"); 46 domAutomationController.send("DONE_USE_GPU_MEMORY");
47 } 47 }
48 </script> 48 </script>
49 </head> 49 </head>
50 <body> 50 <body>
51 <div id="blocks" class="perspective"/> 51 <div id="blocks" class="perspective"/>
52 </body> 52 </body>
53 </html> 53 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698