Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
#green {
  position: relative;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  background: green;
}
</style>
<body>
  <p>The test passes if there is only one green square with no red.</p>
  <div id="green"></div>
</body>