Bug 605125 (2/5) - Make :-moz-ui-valid follow rules for :valid. r=bz a=jst

This commit is contained in:
Mounir Lamouri
2010-11-24 01:14:44 +01:00
parent 121690dcb7
commit 3bf5d7ff70
98 changed files with 1059 additions and 26 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<!-- Test: if input is valid and not barred from constraint validation,
it should be affected by :-moz-ui-valid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<input class='valid' type='url' value='http://mozilla.org/'>
</body>
</html>