Auto merge of #7777 - KiChjang:caseless-group-name-match, r=jdm

Add support for caseless group name matching in HTML input elements

Fixes #7749

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7777)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-02 13:26:05 -06:00
commit e9842b7db2
6 changed files with 19 additions and 23 deletions

View file

@ -47,6 +47,7 @@ extern crate util;
extern crate angle;
extern crate canvas;
extern crate canvas_traits;
extern crate caseless;
extern crate core;
extern crate cssparser;
extern crate devtools_traits;