Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / high-contrast / backplate-force-color-adjust-ref.html
blob37e09fba2977e055c84bf450d026c610b1988f40
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Reference: Text with forced-color-adjust set to none should not be backplated.</title>
5 <style>
6 div {
7 background-image: url("blue.png");
8 color: yellow;
10 </style>
11 </head>
12 <div>
13 Yellow Text
14 </div>
15 </html>