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,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Reference rendering - pass if Filler Text slanted to one side</title>
<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>