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

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

Issue 1217293007: Move unittest_data to internal/testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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 | « tools/telemetry/unittest_data/frame7.png ('k') | tools/telemetry/unittest_data/host.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/telemetry/unittest_data/frame7.png ('k') | tools/telemetry/unittest_data/host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698