blob: 7f6d68f406cbb0ddd93fac9c931c02865825deb9 (
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 :-moz-ui-valid
pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<output class='valid'>foo</output>
</body>
</html>
|