Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>Reference: Text with forced-color-adjust set to none should not be backplated.</title>
<style>
div {
background-image: url("blue.png");
color: yellow;
}
</style>
</head>
<div>
Yellow Text
</div>
</html>