mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
10 lines
299 B
HTML
10 lines
299 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' pattern='foo' value='foo'>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|