summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/reference/table-cell-001-ref.html
blob: a58eac85ac3e06d60a3e3f0ee9a764edb1cc9fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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">

<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<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>