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

Side by Side Diff: tests/test_page.css

Issue 2901005: Add support for running all tests with a single click from test_case.html.... (Closed) Base URL: http://ppapi.googlecode.com/svn/trunk/
Patch Set: '' Created 10 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 | « tests/test_instance.cc ('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
1 body { 1 body {
2 font-family:Verdana,Arial,sans-serif; 2 font-family:Verdana,Arial,sans-serif;
3 padding: 0;
4 margin: 0;
5 }
6
7 p.frame-container {
8 margin: 0;
9 margin-top: 1em ! important;
10 margin-bottom: 1em ! important;
11 padding: 0;
12 }
13
14 p.frame-container > h2 {
15 font-size: 1.1em;
16 margin: 0;
17 margin-left: 10% ! important;
18 padding: 0;
19 }
20
21 p.frame-container > iframe {
22 margin: 0;
23 padding: 0;
24 border: none;
25 width: 100%;
26 height: 30%;
3 } 27 }
4 28
5 #console { 29 #console {
6 border:1px solid black; 30 border:1px solid black;
7 padding:4px; 31 padding:4px;
8 background-color:#EEE; 32 background-color:#EEE;
9 margin-left:10%; 33 margin-left:10%;
10 margin-right:10%; 34 margin-right:10%;
11 } 35 }
12 36
(...skipping 21 matching lines...) Expand all
34 font-weight:bold; 58 font-weight:bold;
35 color:#800; 59 color:#800;
36 } 60 }
37 61
38 .err_msg { 62 .err_msg {
39 } 63 }
40 64
41 .load_msg { 65 .load_msg {
42 font-style:italic; 66 font-style:italic;
43 } 67 }
OLDNEW
« no previous file with comments | « tests/test_instance.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698