1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21

content / test / data / accessibility / css / color.html [blame]

<!--
@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>