mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D27884 --HG-- extra : moz-landing-system : lando
11 lines
362 B
HTML
11 lines
362 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<h1 id="h1">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h1>
|
|
<button id="button">Accessible Button</button>
|
|
<p id="p" style="font-size: 0;">This is a paragraph that has no bounds.</p>
|
|
</body>
|
|
</html>
|