Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<style>
.limeSquare {
background: lime;
height: 100px; width: 100px;
}
</style>
</head>
<body>
<div class="limeSquare"></div>
</body>
</html>