gecko-dev/testing/web-platform/tests/css/css-writing-modes/reference/table-cell-001-ref.html
Sam Sneddon 352cdf3eac Bug 1558809 [wpt PR 17292] - Add ahem.css to many more tests, a=testonly
Automatic update from web-platform-tests
Merge pull request #17292 from gsnedders/ahem-part2b

Add ahem.css to many more tests
--

wpt-commits: daf75e3bc7829fc4de06bff7136009210aafe3e5
wpt-pr: 17292
2019-07-24 13:31:10 +01:00

24 lines
501 B
HTML

<!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>