blob: acbd75942652e5ae92c73724ea418e54291feb72 [file] [log] [blame]
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>CSS Writing Mode test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<meta flags="ahem">
<style>
div {
font: 20px/20px ahem;
position: absolute;
z-index: -1;
background: green;
height: 4em;
width: 5em;
}
</style>
<p>There should be a <strong>green rectangle</strong> and <strong>no red</strong>.
<div></div>