summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/mask-image/reference/mask-image-ref.html
blob: 4e121163f9d093b468e710882cb164bb965d9aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<title>CSS Reference: mask-image</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style>
#ref {
  position: absolute;
  width: 200px;
  height: 200px;
  background: green;
}
</style>
<p>The test passes if there is a green square and no red below.</p>
<div id="ref"></div>