Bug 605125 (2/5) - Make :-moz-ui-valid follow rules for :valid. r=bz a=jst
This commit is contained in:
10
layout/reftests/css-ui-valid/input/input-url-valid.html
Normal file
10
layout/reftests/css-ui-valid/input/input-url-valid.html
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user