summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1461313.html
blob: 71e492d40de401c80af1d6733256dc6a8b0f9628 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
body {
  clip-path: url(non-existent-resource);
}
</style>
<body>
    <div style="background-color: green; width: 100px; height: 100px;"></div>
</body>