body_text_00ffff.xhtml (518B)
1 <html xmlns='http://www.w3.org/1999/xhtml'> 2 <head> 3 <title>body - TEXT=00ffff</title> 4 <link rel="match" href="body_text_00ffff-ref.html"/> 5 <meta name="assert" content="Test checks that User Agent requirement as per HTML5 spec NOT the author requirement."/> 6 </head> 7 <body text="0000ff"> 8 <p>This document should have text color 'Blue' using the RGB Hexadecimal color value of "0000ff". </p> 9 <p>This test passes if the color of text above matches the image below.</p> 10 <p><img src="/images/blue.png" /></p> 11 </body> 12 </html>