cthulhu/test/html/aria-switch.html

9 lines
171 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<div>Line 1</div>
<div>Line 2: <input type="checkbox" aria-label="Power saving" role="switch" /></div>
<div>Line 3</div>
</body>
</html>