Add support for caseless group name matching in HTML input elements

This commit is contained in:
Keith Yeung 2015-09-28 17:22:35 -07:00
parent 4823ec947e
commit 5c9a25d46b
6 changed files with 19 additions and 23 deletions

View file

@ -46,6 +46,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;