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-clip/clip-text-on-root.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>background-clip:text on the root</title>
<link rel="match" href="../reference/green-root-background.html">
<style>
html {
font-size: 80px;
color: transparent;
background-color: green;
background-clip: text;
}
</style>
This text should not be visible; the page should be entirely green.