We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c1725 commit cfe95a8Copy full SHA for cfe95a8
test/unit/css.js
@@ -564,7 +564,7 @@ test("show() resolves correct default display #10227", function() {
564
expect(2);
565
566
jQuery("html").append(
567
- "<p id='ddisplay'>a<style>body{display:none}</style><p>"
+ "<p id='ddisplay'>a<style>body{display:none}</style></p>"
568
);
569
570
equal( jQuery("body").css("display"), "none", "Initial display: none" );
0 commit comments