1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/css-ui-invalid/input/input-pattern-invalid-default.html
T

12 lines
372 B
HTML

<!DOCTYPE html>
<html>
<!-- Test: if input isn't valid nor barred from constraint validation,
but its value is stil lthe default value,
it should not be affected by :-moz-ui-invalid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<input class='notinvalid' pattern='bar' value='foo'>
</body>
</html>