mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
16 lines
380 B
HTML
16 lines
380 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
|
|
<style type="text/css">
|
|
#test {
|
|
position: absolute;
|
|
background: blue;
|
|
height: 100px;
|
|
width: 100px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
}
|
|
</style>
|
|
<p>Test passes if there is a square (four equal sides) at the bottom right of the page.</p>
|
|
<div id="test"></div>
|