Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger
2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View File

@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<head>
<title>CSS Test: Right alignment with position:right</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
@@ -15,12 +15,12 @@
.test { position: absolute; width: 10em; height: 1em;
right: 0; margin: auto;
background: green; color: white; }
</style>
</style>
</head>
<body>
<p>Test passes if there is a green stripe on the right and <strong>no red</strong>.</p>
<div class="test"></div>
<div class="control"></div>
</body>
</html>