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

Side by Side Diff: tools/telemetry/third_party/coverage/tests/qunit/qunit.css

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 /** 1 /**
2 * QUnit - A JavaScript Unit Testing Framework 2 * QUnit - A JavaScript Unit Testing Framework
3 * 3 *
4 * http://docs.jquery.com/QUnit 4 * http://docs.jquery.com/QUnit
5 * 5 *
6 * Copyright (c) 2011 John Resig, Jörn Zaefferer 6 * Copyright (c) 2011 John Resig, Jörn Zaefferer
7 * Dual licensed under the MIT (MIT-LICENSE.txt) 7 * Dual licensed under the MIT (MIT-LICENSE.txt)
8 * or GPL (GPL-LICENSE.txt) licenses. 8 * or GPL (GPL-LICENSE.txt) licenses.
9 */ 9 */
10 10
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 border-bottom: 1px solid white; 216 border-bottom: 1px solid white;
217 } 217 }
218 218
219 /** Fixture */ 219 /** Fixture */
220 220
221 #qunit-fixture { 221 #qunit-fixture {
222 position: absolute; 222 position: absolute;
223 top: -10000px; 223 top: -10000px;
224 left: -10000px; 224 left: -10000px;
225 } 225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698