gecko/layout/reftests/css-ui-valid/output/output-novalidate.html

10 lines
187 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<form novalidate>
<output class='notvalid'>foo</output>
</form>
</body>
</html>