Files
VSS/testsuite/html/test_data/boolean_attributes.xhtml
2022-07-19 14:13:47 +03:00

13 lines
318 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hello</title>
<script defer='' async='async' src='myscript.js'></script>
</head>
<body>
<p>Welcome to this example.</p>
<button disabled=''>Push me</button>
<input type='checkbox' checked='checked'/>
</body>
</html>