chromium/content/test/data/accessibility/css/color.html

<!--
@BLINK-ALLOW:backgroundColor=*
@BLINK-ALLOW:color=*
@WIN-ALLOW:background-color:*
@WIN-ALLOW:color:*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:offset:*
@AURALINUX-ALLOW:bg-color=*
@AURALINUX-ALLOW:fg-color=*
@AURALINUX-ALLOW:offset=*
-->
<!DOCTYPE html>
<html>
  <body>
    <p style="background-color: #0000FF; color: #FF0000">Red on blue.</p>
    <div contentEditable><span>Default.</span>
        <span style="background-color: #0000FF;">Blue background.</span>
        <span style="color: #00FF00;">Green text.</span>
    </div>
  </body>
</html>