From 85701d2e50bd96feaf38a3eafee720b8645f6c15 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sat, 21 Jan 2012 06:18:38 +0000 Subject: [PATCH] [JSTesting] update QUnit html * Through all QUnit updates, the html was never updated (only the JS/CSS files). Updating html now according to QUnit documentation. (introduced a new html element used for adding test document elements which are automatically cleaned up. the JS/CSS for QUnit was already referring to this but silently failing) --- includes/specials/SpecialJavaScriptTest.php | 1 + tests/qunit/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/includes/specials/SpecialJavaScriptTest.php b/includes/specials/SpecialJavaScriptTest.php index c658f0d0c8..d7e1655f4d 100644 --- a/includes/specials/SpecialJavaScriptTest.php +++ b/includes/specials/SpecialJavaScriptTest.php @@ -127,6 +127,7 @@ class SpecialJavaScriptTest extends SpecialPage {
    +
    test markup, will be hidden
    HTML; $out->addHtml( $this->wrapSummaryHtml( $summary, 'frameworkfound' ) . $baseHtml ); diff --git a/tests/qunit/index.html b/tests/qunit/index.html index 9845cfbba1..187e5d5d95 100644 --- a/tests/qunit/index.html +++ b/tests/qunit/index.html @@ -131,6 +131,7 @@

      +
      -- 2.20.1