Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-backgrounds/background-image-image-function.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<title>background-image image() function</title>
<link rel="match" href="background-image-image-function-ref.html">
<style>
:root {
background-image: image(green);
}
</style>