Skip to content

Commit b65583a

Browse files
committed
Menu: Cleanup unit test page
1 parent f095f23 commit b65583a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/menu/menu.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<style>
4747
#qunit-fixture { font-size: 10pt; font-family: 'trebuchet ms', verdana, arial; }
4848
#list, #list1 *, #navigation, #navigation * { margin: 0; padding: 0; font-size: 12px; }
49-
.mainOnMoon {position: absolute; top: -10000px; left: -10000px;}
5049
</style>
5150
</head>
5251
<body>
@@ -59,7 +58,7 @@ <h2 id="qunit-userAgent"></h2>
5958
</ol>
6059

6160

62-
<div id="main" class="mainOnMoon">
61+
<div id="qunit-fixture">
6362

6463
<ul class="foo" id="menu1">
6564
<li class="foo"><a class="foo" href="#">Aberdeen</a></li>

0 commit comments

Comments
 (0)