backplate-force-color-adjust.html (292B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Text with forced-color-adjust set to none should not be backplated.</title> 5 <style> 6 div { 7 forced-color-adjust: none; 8 background-image: url("blue.png"); 9 color: yellow; 10 } 11 </style> 12 </head> 13 <div> 14 Yellow Text 15 </div> 16 </html>