diff --git a/Gruntfile.js b/Gruntfile.js
index f71d0aa19..4a69113eb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -348,12 +348,10 @@ module.exports = function (grunt) {
htmllint: {
options: {
ignore: [
- 'Attribute "autocomplete" not allowed on element "button" at this point.',
- 'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "hidden", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".',
'Element "img" is missing required attribute "src".'
]
},
- src: '_gh_pages/**/*.html'
+ src: ['_gh_pages/**/*.html', 'js/tests/**/*.html']
},
watch: {
diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html
index 13b76539a..f349810a8 100644
--- a/docs/_includes/components/progress-bars.html
+++ b/docs/_includes/components/progress-bars.html
@@ -173,7 +173,7 @@
-
+
{% highlight html %}
diff --git a/js/tests/index.html b/js/tests/index.html
index 987f52ab6..3234dc7a8 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -1,5 +1,5 @@
-
+
Bootstrap Plugin Test Suite
diff --git a/js/tests/visual/affix-with-sticky-footer.html b/js/tests/visual/affix-with-sticky-footer.html
index da94d022d..693ff2bd1 100644
--- a/js/tests/visual/affix-with-sticky-footer.html
+++ b/js/tests/visual/affix-with-sticky-footer.html
@@ -1,5 +1,5 @@
-
+
diff --git a/js/tests/visual/affix.html b/js/tests/visual/affix.html
index 630044fa4..c4de977f4 100644
--- a/js/tests/visual/affix.html
+++ b/js/tests/visual/affix.html
@@ -1,5 +1,5 @@
-
+
diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html
index 525dc2ba4..01d899721 100644
--- a/js/tests/visual/alert.html
+++ b/js/tests/visual/alert.html
@@ -1,5 +1,5 @@
-
+
diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html
index 51f853429..7e5c377f3 100644
--- a/js/tests/visual/button.html
+++ b/js/tests/visual/button.html
@@ -1,5 +1,5 @@
-
+
diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html
index 93e1d9b6d..59eec06cf 100644
--- a/js/tests/visual/carousel.html
+++ b/js/tests/visual/carousel.html
@@ -1,5 +1,5 @@
-
+
diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html
index 748f54a7c..951c9747d 100644
--- a/js/tests/visual/collapse.html
+++ b/js/tests/visual/collapse.html
@@ -1,5 +1,5 @@
-
+
@@ -70,9 +70,9 @@
Collapse with an XSS
-
+
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html
index 53c0ee3ea..7fce8375a 100644
--- a/js/tests/visual/dropdown.html
+++ b/js/tests/visual/dropdown.html
@@ -1,5 +1,5 @@
-
+
@@ -22,7 +22,7 @@
Dropdown Bootstrap Visual Test
-