mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update CSS tests to revision 1399540ef50bff32151a5058da8910483538f382
This commit is contained in:
parent
fe01f140d8
commit
7ce88db5ca
147 changed files with 2360 additions and 509 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue