mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 09:47:59 -05:00
This test is expected to fail.
This commit is contained in:
2
src/jquery/coreTest.js
vendored
2
src/jquery/coreTest.js
vendored
@@ -677,7 +677,7 @@ test("val(String)", function() {
|
||||
});
|
||||
|
||||
test("html(String)", function() {
|
||||
expect(3);
|
||||
expect(2);
|
||||
var div = $("div");
|
||||
div.html("<b>test</b>");
|
||||
var pass = true;
|
||||
|
||||
Reference in New Issue
Block a user