From: alliclemens Date: Wed, 21 Feb 2018 04:04:28 +0000 (-0600) Subject: Add scroll to browser test display to allow viewing of all test results X-Git-Tag: v6.6.0~3^2~278^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d56de0b6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add scroll to browser test display to allow viewing of all test results --- diff --git a/test/javascript/index.html b/test/javascript/index.html index ab2235d87..a310a1071 100644 --- a/test/javascript/index.html +++ b/test/javascript/index.html @@ -7,11 +7,12 @@ + - +
diff --git a/test/javascript/lib/custom-mocha.css b/test/javascript/lib/custom-mocha.css new file mode 100644 index 000000000..4d84f8650 --- /dev/null +++ b/test/javascript/lib/custom-mocha.css @@ -0,0 +1,3 @@ +#test-body { + overflow: scroll; + }