Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
.test {
  font-size: 5em;
  line-height: 1;
  direction: rtl;
}
</style>
</head>
<body>
<p>Test passes if the following texts are identical:</p>
<div class="test">
  <p>2014</p>
  <p>2014</p>
</div>
</body>
</html>