Mypal/layout/reftests/css-required/css-required-image.html

8 lines
156 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='css-required-style.css'>
<body>
<input type="image" required>
</body>
</html>