mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 281f62f2d8ffe72128d848851ac1e8d823f608f6
This commit is contained in:
parent
f4a5709e37
commit
2999a91526
292 changed files with 2232 additions and 742 deletions
|
@ -51,7 +51,7 @@ function CountTest(name, min, max) {
|
|||
this.asyncTest.step(function() {
|
||||
notes.innerHTML += cTest.name + ' occurred ' + cTest.sum + ' times.<br>';
|
||||
if (cTest.min == cTest.max) {
|
||||
assert_true(cTest.sum == cTest.min, cTest.name + ' occurred ' +
|
||||
assert_equals(cTest.sum, cTest.min, cTest.name + ' occurred ' +
|
||||
cTest.sum + ' times and should have occurred ' +
|
||||
cTest.min + ' times.');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue