blob: 2e14a8ec6751b85d346dc4c024afaad9f7f93f88 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<!-- Test: if output has no custom error, it should not be affected by :valid
pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<output class='valid'>foo</output>
</body>
</html>
|