summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity-haswarn.html
blob: d5a8b099aab2cb11501d2e8f18d068bbe1e902d8 (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>