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

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

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

Powered by Google App Engine
This is Rietveld 408576698