|
| 1 | +/*! |
| 2 | + * QUnit 1.19.0 |
| 3 | + * http://qunitjs.com/ |
| 4 | + * |
| 5 | + * Copyright jQuery Foundation and other contributors |
| 6 | + * Released under the MIT license |
| 7 | + * http://jquery.org/license |
| 8 | + * |
| 9 | + * Date: 2015-09-01T15:00Z |
| 10 | + */ |
| 11 | + |
| 12 | +/** Font Family and Sizes */ |
| 13 | + |
| 14 | +#qunit-tests, |
| 15 | +#qunit-header, |
| 16 | +#qunit-banner, |
| 17 | +#qunit-testrunner-toolbar, |
| 18 | +#qunit-userAgent, |
| 19 | +#qunit-testresult { |
| 20 | + font-family: 'Helvetica Neue', Arial, sans-serif; |
| 21 | +} |
| 22 | + |
| 23 | +#qunit-testrunner-toolbar, |
| 24 | +#qunit-userAgent, |
| 25 | +#qunit-testresult, |
| 26 | +#qunit-tests li { |
| 27 | + font-size: small; |
| 28 | +} |
| 29 | +#qunit-tests { |
| 30 | + font-size: smaller; |
| 31 | +} |
| 32 | + |
| 33 | +/** Resets */ |
| 34 | + |
| 35 | +#qunit-tests, |
| 36 | +#qunit-header, |
| 37 | +#qunit-banner, |
| 38 | +#qunit-userAgent, |
| 39 | +#qunit-testresult, |
| 40 | +#qunit-modulefilter { |
| 41 | + margin: 0; |
| 42 | + padding: 0; |
| 43 | +} |
| 44 | + |
| 45 | +/** Header */ |
| 46 | + |
| 47 | +#qunit-header { |
| 48 | + padding: 0.5em 0 0.5em 1em; |
| 49 | + |
| 50 | + color: #8699a4; |
| 51 | + background-color: #0d3349; |
| 52 | + |
| 53 | + font-size: 1.5em; |
| 54 | + line-height: 1em; |
| 55 | + font-weight: 400; |
| 56 | +} |
| 57 | + |
| 58 | +#qunit-header a { |
| 59 | + text-decoration: none; |
| 60 | + color: #c2ccd1; |
| 61 | +} |
| 62 | + |
| 63 | +#qunit-header a:hover, |
| 64 | +#qunit-header a:focus { |
| 65 | + color: #fff; |
| 66 | +} |
| 67 | + |
| 68 | +#qunit-testrunner-toolbar label { |
| 69 | + display: inline-block; |
| 70 | + padding: 0 0.5em 0 0.1em; |
| 71 | +} |
| 72 | + |
| 73 | +#qunit-banner { |
| 74 | + height: 5px; |
| 75 | +} |
| 76 | + |
| 77 | +#qunit-testrunner-toolbar { |
| 78 | + padding: 0.5em 1em 0.5em 1em; |
| 79 | + color: #5e740b; |
| 80 | + background-color: #eee; |
| 81 | + overflow: hidden; |
| 82 | +} |
| 83 | + |
| 84 | +#qunit-userAgent { |
| 85 | + padding: 0.5em 1em 0.5em 1em; |
| 86 | + background-color: #2b81af; |
| 87 | + color: #fff; |
| 88 | + text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px; |
| 89 | +} |
| 90 | + |
| 91 | +#qunit-modulefilter-container { |
| 92 | + float: right; |
| 93 | + padding: 0.2em; |
| 94 | +} |
| 95 | + |
| 96 | +.qunit-url-config { |
| 97 | + display: inline-block; |
| 98 | + padding: 0.1em; |
| 99 | +} |
| 100 | + |
| 101 | +.qunit-filter { |
| 102 | + display: block; |
| 103 | + float: right; |
| 104 | + margin-left: 1em; |
| 105 | +} |
| 106 | + |
| 107 | +/** Tests: Pass/Fail */ |
| 108 | + |
| 109 | +#qunit-tests { |
| 110 | + list-style-position: inside; |
| 111 | +} |
| 112 | + |
| 113 | +#qunit-tests li { |
| 114 | + padding: 0.4em 1em 0.4em 1em; |
| 115 | + border-bottom: 1px solid #fff; |
| 116 | + list-style-position: inside; |
| 117 | +} |
| 118 | + |
| 119 | +#qunit-tests > li { |
| 120 | + display: none; |
| 121 | +} |
| 122 | + |
| 123 | +#qunit-tests li.running, |
| 124 | +#qunit-tests li.pass, |
| 125 | +#qunit-tests li.fail, |
| 126 | +#qunit-tests li.skipped { |
| 127 | + display: list-item; |
| 128 | +} |
| 129 | + |
| 130 | +#qunit-tests.hidepass li.running, |
| 131 | +#qunit-tests.hidepass li.pass { |
| 132 | + visibility: hidden; |
| 133 | + position: absolute; |
| 134 | + width: 0; |
| 135 | + height: 0; |
| 136 | + padding: 0; |
| 137 | + border: 0; |
| 138 | + margin: 0; |
| 139 | +} |
| 140 | + |
| 141 | +#qunit-tests li strong { |
| 142 | + cursor: pointer; |
| 143 | +} |
| 144 | + |
| 145 | +#qunit-tests li.skipped strong { |
| 146 | + cursor: default; |
| 147 | +} |
| 148 | + |
| 149 | +#qunit-tests li a { |
| 150 | + padding: 0.5em; |
| 151 | + color: #c2ccd1; |
| 152 | + text-decoration: none; |
| 153 | +} |
| 154 | + |
| 155 | +#qunit-tests li p a { |
| 156 | + padding: 0.25em; |
| 157 | + color: #6b6464; |
| 158 | +} |
| 159 | +#qunit-tests li a:hover, |
| 160 | +#qunit-tests li a:focus { |
| 161 | + color: #000; |
| 162 | +} |
| 163 | + |
| 164 | +#qunit-tests li .runtime { |
| 165 | + float: right; |
| 166 | + font-size: smaller; |
| 167 | +} |
| 168 | + |
| 169 | +.qunit-assert-list { |
| 170 | + margin-top: 0.5em; |
| 171 | + padding: 0.5em; |
| 172 | + |
| 173 | + background-color: #fff; |
| 174 | + |
| 175 | + border-radius: 5px; |
| 176 | +} |
| 177 | + |
| 178 | +.qunit-source { |
| 179 | + margin: 0.6em 0 0.3em; |
| 180 | +} |
| 181 | + |
| 182 | +.qunit-collapsed { |
| 183 | + display: none; |
| 184 | +} |
| 185 | + |
| 186 | +#qunit-tests table { |
| 187 | + border-collapse: collapse; |
| 188 | + margin-top: 0.2em; |
| 189 | +} |
| 190 | + |
| 191 | +#qunit-tests th { |
| 192 | + text-align: right; |
| 193 | + vertical-align: top; |
| 194 | + padding: 0 0.5em 0 0; |
| 195 | +} |
| 196 | + |
| 197 | +#qunit-tests td { |
| 198 | + vertical-align: top; |
| 199 | +} |
| 200 | + |
| 201 | +#qunit-tests pre { |
| 202 | + margin: 0; |
| 203 | + white-space: pre-wrap; |
| 204 | + word-wrap: break-word; |
| 205 | +} |
| 206 | + |
| 207 | +#qunit-tests del { |
| 208 | + background-color: #e0f2be; |
| 209 | + color: #374e0c; |
| 210 | + text-decoration: none; |
| 211 | +} |
| 212 | + |
| 213 | +#qunit-tests ins { |
| 214 | + background-color: #ffcaca; |
| 215 | + color: #500; |
| 216 | + text-decoration: none; |
| 217 | +} |
| 218 | + |
| 219 | +/*** Test Counts */ |
| 220 | + |
| 221 | +#qunit-tests b.counts { |
| 222 | + color: #000; |
| 223 | +} |
| 224 | +#qunit-tests b.passed { |
| 225 | + color: #5e740b; |
| 226 | +} |
| 227 | +#qunit-tests b.failed { |
| 228 | + color: #710909; |
| 229 | +} |
| 230 | + |
| 231 | +#qunit-tests li li { |
| 232 | + padding: 5px; |
| 233 | + background-color: #fff; |
| 234 | + border-bottom: none; |
| 235 | + list-style-position: inside; |
| 236 | +} |
| 237 | + |
| 238 | +/*** Passing Styles */ |
| 239 | + |
| 240 | +#qunit-tests li li.pass { |
| 241 | + color: #3c510c; |
| 242 | + background-color: #fff; |
| 243 | + border-left: 10px solid #c6e746; |
| 244 | +} |
| 245 | + |
| 246 | +#qunit-tests .pass { |
| 247 | + color: #528ce0; |
| 248 | + background-color: #d2e0e6; |
| 249 | +} |
| 250 | +#qunit-tests .pass .test-name { |
| 251 | + color: #366097; |
| 252 | +} |
| 253 | + |
| 254 | +#qunit-tests .pass .test-actual, |
| 255 | +#qunit-tests .pass .test-expected { |
| 256 | + color: #999; |
| 257 | +} |
| 258 | + |
| 259 | +#qunit-banner.qunit-pass { |
| 260 | + background-color: #c6e746; |
| 261 | +} |
| 262 | + |
| 263 | +/*** Failing Styles */ |
| 264 | + |
| 265 | +#qunit-tests li li.fail { |
| 266 | + color: #710909; |
| 267 | + background-color: #fff; |
| 268 | + border-left: 10px solid #ee5757; |
| 269 | + white-space: pre; |
| 270 | +} |
| 271 | + |
| 272 | +#qunit-tests > li:last-child { |
| 273 | + border-radius: 0 0 5px 5px; |
| 274 | +} |
| 275 | + |
| 276 | +#qunit-tests .fail { |
| 277 | + color: #000; |
| 278 | + background-color: #ee5757; |
| 279 | +} |
| 280 | +#qunit-tests .fail .test-name, |
| 281 | +#qunit-tests .fail .module-name { |
| 282 | + color: #000; |
| 283 | +} |
| 284 | + |
| 285 | +#qunit-tests .fail .test-actual { |
| 286 | + color: #ee5757; |
| 287 | +} |
| 288 | +#qunit-tests .fail .test-expected { |
| 289 | + color: #008000; |
| 290 | +} |
| 291 | + |
| 292 | +#qunit-banner.qunit-fail { |
| 293 | + background-color: #ee5757; |
| 294 | +} |
| 295 | + |
| 296 | +/*** Skipped tests */ |
| 297 | + |
| 298 | +#qunit-tests .skipped { |
| 299 | + background-color: #ebece9; |
| 300 | +} |
| 301 | + |
| 302 | +#qunit-tests .qunit-skipped-label { |
| 303 | + background-color: #f4ff77; |
| 304 | + display: inline-block; |
| 305 | + font-style: normal; |
| 306 | + color: #366097; |
| 307 | + line-height: 1.8em; |
| 308 | + padding: 0 0.5em; |
| 309 | + margin: -0.4em 0.4em -0.4em 0; |
| 310 | +} |
| 311 | + |
| 312 | +/** Result */ |
| 313 | + |
| 314 | +#qunit-testresult { |
| 315 | + padding: 0.5em 1em 0.5em 1em; |
| 316 | + |
| 317 | + color: #2b81af; |
| 318 | + background-color: #d2e0e6; |
| 319 | + |
| 320 | + border-bottom: 1px solid #fff; |
| 321 | +} |
| 322 | +#qunit-testresult .module-name { |
| 323 | + font-weight: 700; |
| 324 | +} |
| 325 | + |
| 326 | +/** Fixture */ |
| 327 | + |
| 328 | +#qunit-fixture { |
| 329 | + position: absolute; |
| 330 | + top: -10000px; |
| 331 | + left: -10000px; |
| 332 | + width: 1000px; |
| 333 | + height: 1000px; |
| 334 | +} |
0 commit comments