Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/before-after-positioned-002-ref.htm

16 lines
419 B
HTML

<!DOCTYPE html>
<html><head><title>CSS Reftest Reference</title>
<link href="mailto:Ms2ger@gmail.com" rel="author" title="Ms2ger">
<style type="text/css">
#test {
position: absolute;
background: blue;
height: 100px;
width: 100px;
right: 0px;
bottom: 0px;
}
</style>
</head><body><p>Test passes if there is a square (four equal sides) at the bottom right of the page.</p>
<div id="test"></div>
</body></html>