Source code
Revision control
Copy as Markdown
Other Tools
.in-stylesheet.absolute {
background: url(https://example.com/browser/devtools/client/inspector/shared/test/test-image.png) no-repeat;
}
.in-stylesheet.relative {
background: url(test-image.png) no-repeat;
}