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

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-11-20 16:32:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-11-21 08:23:30 +0300
commit16f427b6ef93f4a4d10387a4aab8d8b2f8f74e66 (patch)
tree7e8f004e143fc35ddbf65cec2f3f64e570e06d94 /test
parent0fbb7b2311926361e6d5b501a5e33568c7dc6279 (diff)
Remove datetime and datetime-local references.
Fixes #375.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/form-control/valid.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fixtures/form-control/valid.html b/test/fixtures/form-control/valid.html
index 0263e98..6e6c469 100644
--- a/test/fixtures/form-control/valid.html
+++ b/test/fixtures/form-control/valid.html
@@ -25,8 +25,6 @@
<input type="tel" class="form-control">
<input type="text" class="form-control">
<input type="url" class="form-control">
- <input type="datetime" class="form-control">
- <input type="datetime-local" class="form-control">
<input type="date" class="form-control">
<input type="month" class="form-control">
<input type="week" class="form-control">