Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>visibility (reference)</title>
</head>
<body>
  <p>Test passes if you see a green square.</p>
  <div style="background: green; width: 200px; height: 200px;">
  </div>
</body>
</html>