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

Side by Side Diff: chrome/test/data/v8_benchmark_v6/style.css

Issue 7590027: Adding version 6 of the v8 benchmark suite to chrome/test/data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor edit. Created 9 years, 4 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
« no previous file with comments | « chrome/test/data/v8_benchmark_v6/splay.js ('k') | chrome/test/data/v8_benchmark_v6/v8-logo.png » ('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 hr {
2 border: 1px solid;
3 border-color: #36C;
4 margin: 1em 0;
5 }
6
7 h1, h2, h3, h4 {
8 margin: 0;
9 margin-bottom: 0;
10 }
11
12 h1 {
13 font-size: 154%;
14 height: 1.2em;
15 }
16
17
18 li {
19 margin: .3em 0 1em 0;
20 }
21
22 body {
23 font-family: Helvetica,Arial,sans-serif;
24 color: #000;
25 background-color: #fff;
26 }
27
28 div.title {
29 background-color: rgb(229, 236, 249);
30 border-top: 1px solid rgb(51, 102, 204);
31 text-align: center;
32 padding-top: 0.2em;
33 padding-bottom: 0.2em;
34 margin-bottom: 20px;
35 }
36
37 div.subtitle {
38 border-bottom: 1px solid rgb(51, 102, 204);
39 margin-top: 2em;
40 }
41
42 td.contents {
43 text-align: left;
44 }
45
46 div.run {
47 margin: 20px;
48 width: 300px;
49 height: 300px;
50 float: right;
51 background-color: rgb(229, 236, 249);
52 background-image: url(v8-logo.png);
53 background-position: center center;
54 background-repeat: no-repeat;
55 border: 1px solid rgb(51, 102, 204);
56 }
57
58 div.warning {
59 background: #ffffd9;
60 border: 1px solid #d2d26a;
61 display: none;
62 margin: 1em 0 2em;
63 padding: 8px;
64 text-align: center;
65 }
66
67 #status {
68 text-align: center;
69 margin-top: 50px;
70 font-size: 120%;
71 font-weight: bold;
72 }
73
74 #results {
75 text-align: left;
76 margin: 30px 0 0 90px;
77 }
OLDNEW
« no previous file with comments | « chrome/test/data/v8_benchmark_v6/splay.js ('k') | chrome/test/data/v8_benchmark_v6/v8-logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698