summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity-haswarn.html
blob: 99679c3d6d56a7a58a78e46479a294d1f27c2857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Native checkbox with aria-checked that conflicts with native checked</title>
   </head>
   <body>
   	<form>
	   	<input type="checkbox" role="checkbox" checked="checked" aria-checked="false" id="test" value="Placeholder content">
   	</form>
   </body>
</html>