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

Side by Side Diff: chrome/test/data/sunspider/sunspider.css

Issue 42549: Add a copy of SunSpider 0.9 for performance testing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1
2 body { font-family: sans-serif;
3 margin: 20px;
4 background-color: #D9D5A1;
5 color: #1B0636 }
6
7 h2 { background-color: #4E8AB9;
8 margin: -20px -20px 0px -20px;
9 padding: 30px 20px 30px 20px;
10 color: yellow;
11 border-bottom: 2px solid #360D6B;
12 zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ }
13
14 dt { font-weight: bold }
15
16 dd { margin-bottom: 1em; margin-top: 0.5em }
17
18 :link { color: #1363A1 }
19 :visited { color: #5113A1 }
20
21 #testframe { margin-top: 20px;
22 width: 80%;
23 height: 500px;
24 border: 2px solid #360D6B }
25
26 #logo { float: left;
27 position: relative;
28 bottom: 0.33em;
29 padding-right: 20px;
30 margin-bottom: -40px;
31 font-size: 3em }
OLDNEW
« no previous file with comments | « chrome/test/data/sunspider/string-validate-input.html ('k') | chrome/test/data/sunspider/sunspider-analyze-results.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698