blob: 66dc20e5b990a8ac0e21d3307ca302aabe8dbbf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|