whitespace fixes in unit tests
This commit is contained in:
parent
8099cdce80
commit
9bd9d270f6
1 changed files with 17 additions and 17 deletions
|
@ -328,7 +328,7 @@ test("internal ref to elem.runtimeStyle (bug #7608)", function () {
|
||||||
val = 10;
|
val = 10;
|
||||||
|
|
||||||
jQuery('<div id="bug7608" style="width:200px;border:solid 1px red;">' +
|
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 {
|
try {
|
||||||
// the bug is located within src/css.js
|
// the bug is located within src/css.js
|
||||||
|
|
Loading…
Add table
Reference in a new issue