summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/reference/effect-reference-obb-dimensions-ref.html
blob: f460c439aa8d6e56a8ad5a0826d6e0c0daf5df11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<style>
body {
    margin: 0;
    padding: 0;
}
#target {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
    background-color: green;
}
</style>
<div id="target"></div>