mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-15 04:21:02 +00:00
11 lines
312 B
HTML
11 lines
312 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: if input is valid and not barred from constraint validation,
|
|
it should be affected by :valid pseudo-class. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<input class='valid' type='url' value='http://mozilla.org/'>
|
|
</body>
|
|
</html>
|
|
|