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

Side by Side Diff: tools/gpu_validation/unittest_data/pixel_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>CSS 3D Test: Projected Blue Box over Black Background</title> 4 <title>CSS 3D Test: Projected Blue Box over Black Background</title>
5 <style type="text/css"> 5 <style type="text/css">
6 .nomargin { 6 .nomargin {
7 margin: 0px auto; 7 margin: 0px auto;
8 } 8 }
9 9
10 #container { 10 #container {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 </script> 45 </script>
46 </head> 46 </head>
47 <body onload="main()"> 47 <body onload="main()">
48 <div style="position:relative; width:200px; height:200px; background-color:black ; zindex-0"> 48 <div style="position:relative; width:200px; height:200px; background-color:black ; zindex-0">
49 </div> 49 </div>
50 <div id="container" style="position:absolute; top:0px; left:0px"> 50 <div id="container" style="position:absolute; top:0px; left:0px">
51 <div id="blue_box"></div> 51 <div id="blue_box"></div>
52 </div> 52 </div>
53 </body> 53 </body>
54 </html> 54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698