Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58ee5e2

Browse files
committed
Update QUnit to 1.11
1 parent38e28e0 commit58ee5e2

File tree

2 files changed

+346
-162
lines changed

2 files changed

+346
-162
lines changed

‎test/qunit/qunit.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* QUnit v1.10.0 - A JavaScript Unit Testing Framework
2+
* QUnit v1.11.0 - A JavaScript Unit Testing Framework
33
*
44
* http://qunitjs.com
55
*
@@ -20,7 +20,7 @@
2020

2121
/** Resets */
2222

23-
#qunit-tests,#qunit-testsol,#qunit-header,#qunit-banner,#qunit-userAgent,#qunit-testresult,#qunit-modulefilter {
23+
#qunit-tests,#qunit-header,#qunit-banner,#qunit-userAgent,#qunit-testresult,#qunit-modulefilter {
2424
margin:0;
2525
padding:0;
2626
}
@@ -111,7 +111,12 @@
111111
color:#000;
112112
}
113113

114-
#qunit-testsol {
114+
#qunit-testsli .runtime {
115+
float: right;
116+
font-size: smaller;
117+
}
118+
119+
.qunit-assert-list {
115120
margin-top:0.5em;
116121
padding:0.5em;
117122

@@ -122,6 +127,10 @@
122127
-webkit-border-radius:5px;
123128
}
124129

130+
.qunit-collapsed {
131+
display: none;
132+
}
133+
125134
#qunit-teststable {
126135
border-collapse: collapse;
127136
margin-top:.2em;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp