mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -14,27 +14,27 @@
|
||||
height: 175px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
img {position: absolute;}
|
||||
|
||||
|
||||
img {position: absolute;}
|
||||
|
||||
img#first-black
|
||||
{
|
||||
left: 0px;
|
||||
top: 90px;
|
||||
top: 90px;
|
||||
}
|
||||
|
||||
|
||||
img#second-blue
|
||||
{
|
||||
left: 120px;
|
||||
top: 45px;
|
||||
top: 45px;
|
||||
}
|
||||
|
||||
img#third-black
|
||||
{
|
||||
left: 520px;
|
||||
top: 90px;
|
||||
top: 90px;
|
||||
}
|
||||
]]></style>
|
||||
]]></style>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
<p>Test passes if the blue stripe is vertically offset <strong>above the black stripes on both sides</strong>. The blue stripe must be clearly and entirely above the black stripes.</p>
|
||||
|
||||
<div><img id="first-black" src="../support/black15x15.png" width="160" height="40" alt="Image download support must be enabled" /><img id="second-blue" src="../support/blue15x15.png" width="440" height="40" alt="Image download support must be enabled" /><img id="third-black" src="../support/black15x15.png" width="160" height="40" alt="Image download support must be enabled" />
|
||||
<div><img id="first-black" src="../support/black15x15.png" width="160" height="40" alt="Image download support must be enabled" /><img id="second-blue" src="../support/blue15x15.png" width="440" height="40" alt="Image download support must be enabled" /><img id="third-black" src="../support/black15x15.png" width="160" height="40" alt="Image download support must be enabled" />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user