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

Side by Side Diff: webkit/data/test_shell/test.css

Issue 401923005: webkit: Remove all files from test_shell/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « webkit/data/test_shell/sort/sort-quick.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 div.group {
2 width : 250px;
3 }
4
5 div.group h1 {
6 font-family: sans-serif;
7 font-size : 16px;
8 color : white;
9 background : red;
10 }
11
12 div.title {
13 font-family: sans-serif;
14 font-size : 24px;
15 }
16
17 div.description {
18 font-family: sans-serif;
19 }
20
21 #title {
22 height: 160px;
23 }
24
25 #leftcol {
26 width:50%;
27 }
28
29 #rightcol {
30 float: right;
31 width:50%;
32 }
33
34 #footer {
35 font-size: 12px;
36 position: absolute;
37 bottom: 0;
38 }
39
OLDNEW
« no previous file with comments | « webkit/data/test_shell/sort/sort-quick.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698