summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/reference/text-overflow-030-ref.html
blob: 5e4f4936a1fa714e103e4e0f5e656483b05369b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.positioned {
  background-color: green;
  position: absolute;
  width: 100px;
  height: 100px;
}
</style>
<p>Test passes if there is a green rectangle and no red.</p>
<div class="positioned"></div>