This test is expected to fail.
This commit is contained in:
parent
67c640bb20
commit
c0cc8edd5d
2
src/jquery/coreTest.js
vendored
2
src/jquery/coreTest.js
vendored
|
@ -677,7 +677,7 @@ test("val(String)", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("html(String)", function() {
|
test("html(String)", function() {
|
||||||
expect(3);
|
expect(2);
|
||||||
var div = $("div");
|
var div = $("div");
|
||||||
div.html("<b>test</b>");
|
div.html("<b>test</b>");
|
||||||
var pass = true;
|
var pass = true;
|
||||||
|
|
Loading…
Reference in a new issue