Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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