summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/950436-1.html
blob: fbc2e07a4dfe345bf06f73540d38f6f0c7159865 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<style>
/* It's important here to reference an image that has not previously been loaded
   during the reftest run.  So don't use 950436-1.png in any other test. */
body { --a: url(950436-1.png); background-image: var(--a); }
</style>
<body>