Index: trunk/phase3/tests/qunit/index.html |
— | — | @@ -131,6 +131,7 @@ |
132 | 132 | </div> |
133 | 133 | <h2 id="qunit-userAgent"></h2> |
134 | 134 | <ol id="qunit-tests"></ol> |
| 135 | + <div id="qunit-fixture"></div> |
135 | 136 | |
136 | 137 | <!-- Scripts inserting stuff here shall remove it themselfs! --> |
137 | 138 | <div id="content"></div> |
Index: trunk/phase3/includes/specials/SpecialJavaScriptTest.php |
— | — | @@ -127,6 +127,7 @@ |
128 | 128 | <div id="qunit-testrunner-toolbar"></div> |
129 | 129 | <div id="qunit-userAgent"></div> |
130 | 130 | <ol id="qunit-tests"></ol> |
| 131 | +<div id="qunit-fixture">test markup, will be hidden</div> |
131 | 132 | </div> |
132 | 133 | HTML; |
133 | 134 | $out->addHtml( $this->wrapSummaryHtml( $summary, 'frameworkfound' ) . $baseHtml ); |