whitespace fixes in unit tests
This commit is contained in:
parent
8099cdce80
commit
9bd9d270f6
|
@ -328,7 +328,7 @@ test("internal ref to elem.runtimeStyle (bug #7608)", function () {
|
|||
val = 10;
|
||||
|
||||
jQuery('<div id="bug7608" style="width:200px;border:solid 1px red;">' +
|
||||
'<div id="test" style="width:0%; background:#000;"> </div></div>').appendTo("body");
|
||||
'<div id="test" style="width:0%; background:#000;"> </div></div>').appendTo("#main");
|
||||
|
||||
try {
|
||||
// the bug is located within src/css.js
|
||||
|
|
Loading…
Reference in a new issue