Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/styling/css-linked-parameters/link-parameters-background-image.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>link-parameters: parameters apply to a resource referenced by background-image</title>
<link rel="match" href="link-parameters-background-image-ref.html">
<style>
body { margin: 0; }
div { width: 100px; height: 100px; background-image: url(resources/solid.svg); background-size: 100px 100px; }
#target { link-parameters: param(--bg, #0a5c2e); }
</style>
<div id="target"></div>