whitespace fixes in unit tests

This commit is contained in:
rwldrn 2011-01-10 13:17:08 -05:00
parent 8099cdce80
commit 9bd9d270f6

View file

@ -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;">&nbsp;</div></div>').appendTo("body");
'<div id="test" style="width:0%; background:#000;">&nbsp;</div></div>').appendTo("#main");
try {
// the bug is located within src/css.js