Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/tests/visual/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index 13e93d154f..3c1e37cfda 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -221,7 +221,7 @@
function reportFirefoxTestResult(result) {
if (!firefoxTestDone) {
ffBugTestResult.classList.add(result ? 'text-success' : 'text-danger')
- ffBugTestResult.innerHTML = result ? 'PASS' : 'FAIL'
+ ffBugTestResult.textContent = result ? 'PASS' : 'FAIL'
}
}