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

Side by Side Diff: webkit/data/test_shell/frames/iframe1_files/test.txt

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
OLDNEW
(Empty)
1 @media screen {
2 body {
3 color : black;
4 background : white;
5 font-family : sans-serif;
6 }
7
8 .chk-summary { font-weight: bold }
9
10 .dfn-instance { color: #00513D;
11 background: white;
12 font-style: italic ;
13 }
14
15 .indent { margin-left : 5%; }
16
17 .introduction {
18 font-size : 105%;
19 margin-right : 2%;
20 margin-left : 2%;
21 border-width : thin;
22 border-style : solid;
23 border-color : black;
24 color : black;
25 background : white;
26 padding : .5em;
27 }
28
29 .markup-example { margin-left : 5%; }
30
31 .nav {
32 margin-right : 10%;
33 margin-left : 10%;
34 font-weight : bold;
35 text-align : center;
36 }
37
38 .nav-bar-title {
39 text-align : center;
40 font-size : 110%;
41 font-family : sans-serif;
42 font-weight: normal;
43 color: #0050B2;
44 background : white;
45 }
46
47 .policyfooter { font-size : 80%; }
48
49 .new { color:white; background:red; font-weight:bold; font-size:90%; }
50
51 .priority1 { color:red; background:white; }
52
53 .return1 { font-size : 105%; font-weight : bold; }
54
55 .separator { display: none }
56
57 .sub-navigation-bar { font-size:90%; font-weight:bold; margin-left:5%; }
58
59 .test {
60 border-width : thin;
61 border-style : solid;
62 border-color : black;
63 color : black;
64 background : white;
65 padding : .75em;
66 }
67
68 .under-construction {
69 font-family : arial, sans-serif;
70 font-weight : bold;
71 font-size : 115%;
72 background : yellow;
73 color : inherit;
74 display : inline;
75 border-width: 2px;
76 border-style: solid;
77 width : 100%;
78 text-align : center;
79 }
80
81 .valid { font-size:105%; text-align:center; }
82 a.link { color : #00008B; background : inherit; }
83 a:active { color : red; background : inherit; }
84 a:visited { color : purple; background : inherit; }
85 a:hover { color : inherit; background : #FFA ; }
86
87 dl.checkpoints { margin-left: 2em; margin-right: 2em; }
88
89 dt.checkpoint { font-weight: normal; }
90
91 dt.toc-intro { font-size : 1.25em; font-family : arial, sans-serif; font-weight : bold; }
92
93 em { font-style : italic; }
94
95 h1 {
96 text-align : center;
97 font-family : sans-serif;
98 font-weight: normal;
99 color: #0050B2;
100 background : white;
101 }
102
103 h2,h3 {
104 text-align : left;
105 font-family : sans-serif;
106 font-weight: normal;
107 color: #0050B2;
108 background : white;
109 }
110
111 h4,h5,h6 { color: #0050B2; background: white; font-weight: normal; }
112
113 hr { color : black; background : white; }
114
115 ol { counter-reset : item; }
116
117 ol.li { display : block; }
118
119 ol.li:before { content : counters(item, ".") ; counter-increment: item; }
120
121 strong { font-weight : bold; }
122
123 span.checkpoint { font-weight: bold; margin-top: .75em; }
124
125 .checkpoint-nb { color: maroon; background: white; }
126 }
127
128 @media print {
129 .noprint { display: none }
130 }
131
132 @media aural {
133 .guideline { volume: loud ; pause-before: 20%; elevation: above }
134 .markup-example { speak-punctuation: code; }
135
136 span.checkpoint { richness: 75; }
137 .example { speak-punctuation: code; }
138 .off { speak: none; }
139 .priority1 { volume: loud; }
140 .dfn-instance { stress: 20; pitch: high; }
141
142 cite.normref { volume: loud }
143
144 h1 { stress: 25; richness: 90; }
145 h2 { stress: 20; richness: 90; }
146 h3 { stress: 15; richness: 90; }
147 h4 { stress: 10; richness: 90; }
148 h5 { stress: 7; richness: 90; }
149 h6 { stress: 5; richness: 90; }
150
151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698