gecko-dev/devtools/server/tests/browser/doc_accessibility.html
Yura Zenevich b0746404ef Bug 1492866 - add accessible relations to accessibility panel sidebar. r=pbro
MozReview-Commit-ID: 5u8SRnlnFyN

Differential Revision: https://phabricator.services.mozilla.com/D7208

--HG--
extra : moz-landing-system : lando
2018-10-11 14:51:35 +00:00

15 lines
398 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1 id="h1">Accessibility Test</h1>
<button id="button" aria-describedby="h1" accesskey="b">Accessible Button</button>
<div id="slider" role="slider" aria-valuenow="5"
aria-valuemin="0" aria-valuemax="7">slider</div>
<label id="label" for="control">Label
<input id="control">
</label>
</body>
</html>