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

Side by Side Diff: tools/telemetry/unittest_data/green_rect.html

Issue 11360172: Added Tab.SnapshotContent and MapsGL example to telemetry (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing feedback, moved maps test to different CL Created 8 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 html, body {
6 margin: 0;
7 padding: 0;
8 }
9 #green {
10 width: 32px;
11 height: 32px;
12 background-color: rgb(0, 255, 0);
13 }
14 </style>
15 </head>
16 <body>
17 <div id="green"></div>
18 </body>
19 </html>
OLDNEW
« tools/telemetry/telemetry/tab_test_case.py ('K') | « tools/telemetry/telemetry/tab_test_case.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698