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

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

Issue 2611263002: Port gpu_process tests to gpu_integration_test harness. (Closed)
Patch Set: Added workaround for flakiness on Android. Created 3 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
« no previous file with comments | « no previous file | content/test/data/gpu/functional_canvas_demo.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { 4 div {
5 width:200px; 5 width:200px;
6 height:100px; 6 height:100px;
7 background-color:black; 7 background-color:black;
8 color:#ffffff; 8 color:#ffffff;
9 -webkit-transform:translateZ(0); 9 -webkit-transform:translateZ(0);
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body onload="finished()">
14 <div>3D CSS</div> 14 <div>3D CSS</div>
15 <script>
16 function finished() {
17 domAutomationController.setAutomationId(0);
18 domAutomationController.send("FINISHED");
19 }
20 </script>
15 </body> 21 </body>
16 </html> 22 </html>
OLDNEW
« no previous file with comments | « no previous file | content/test/data/gpu/functional_canvas_demo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698