summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/css-module/resources/load-relative-url.css
blob: 27f298761048b73a6c7229b083a4711434200424 (plain)
1
2
3
4
5
#target {
    /* image.png doesn't exist, but that's irrelevant to the test. */
    background: url('./image.png');
}