mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
|
||||
<style type="text/css">
|
||||
div {
|
||||
background: black;
|
||||
font-family: Ahem;
|
||||
margin-top: 2px;
|
||||
}
|
||||
#div1 {
|
||||
height: 0.5em;
|
||||
width: 0.5em;
|
||||
}
|
||||
#test, #div2 {
|
||||
height: 0.8em;
|
||||
width: 0.8em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if any two of the boxes below are the same size.</p>
|
||||
<div id="test"></div>
|
||||
<div id="div1"></div>
|
||||
<div id="div2"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user