Update CSS tests to revision 1399540ef50bff32151a5058da8910483538f382

This commit is contained in:
Keith Yeung 2015-12-10 11:56:14 -08:00
parent fe01f140d8
commit 7ce88db5ca
147 changed files with 2360 additions and 509 deletions

View file

@ -0,0 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Reference rendering - pass if Filler Text slanted to one side</title>
<style type="text/css">
@page { font: italic 8pt sans-serif; color: gray;
margin: 7%;
counter-increment: page;
@top-left { content: "CSS Fonts Module Level 3 CR Test Suite"; }
@top-right { content: "Test pass_if_filler_text_slanted"; }
@bottom-right { content: counter(page); }
}
</style>
<link rel="author" title="Opera Software" href="https://opera.com" />
<link rel="author" title="Geoffrey Sneddon" href="mailto:me@gsnedders.com" />
<style>
div {
font-style: italic;
}
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is slanted to one side.</p>
<div>Filler Text</div>
</body>
</html>