Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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;
}
body {
background-clip: text;
}
</style>
This text should not be visible; the page should be entirely green.