mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572
This commit is contained in:
parent
0d236288cc
commit
c66c6af0ba
1067 changed files with 63768 additions and 10900 deletions
|
@ -45,7 +45,8 @@
|
|||
if (hasMimeType) {
|
||||
test1.step(function() {assert_false(is_loaded, "External object loaded.")});
|
||||
} else {
|
||||
test1.step(function() {assert_true(hasMimeType, "No Flash Player, cannot run test.")});
|
||||
test1.set_status(test1.NOTRUN, "No Flash Player, cannot run test.");
|
||||
test1.phase = test1.phases.HAS_RESULT;
|
||||
}
|
||||
test1.done();
|
||||
}
|
||||
|
|
|
@ -45,7 +45,9 @@
|
|||
if (hasMimeType) {
|
||||
test1.step(function() {assert_false(is_loaded, "External object loaded.")});
|
||||
} else {
|
||||
test1.step(function() {assert_true(hasMimeType, "No Flash Player, cannot run test.")});
|
||||
//test1.step(function() {});
|
||||
test1.set_status(test1.NOTRUN, "No Flash Player, cannot run test.");
|
||||
test1.phase = test1.phases.HAS_RESULT;
|
||||
}
|
||||
test1.done();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue