Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/compositing/root-element-background-margin-opacity.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="root-element-background-margin-opacity-ref.html">
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-10000">
<style>
html {
margin: 100px;
width: 100px;
height: 100px;
background: linear-gradient(green, green) top left no-repeat;
opacity: 0.5;
}
</style>