Fixed rgb function name
authorPhilippe Le Hégaret <plh@w3.org>
Mon, 08 Dec 2008 21:06:30 +0000
changeset 41 eb2c1729b97d
parent 40 c7ec137dcc60
child 42 94daf527c285
Fixed rgb function name
testsuite/Styling/BackgroundColor005.xml
--- a/testsuite/Styling/BackgroundColor005.xml	Mon Dec 08 21:05:58 2008 +0000
+++ b/testsuite/Styling/BackgroundColor005.xml	Mon Dec 08 21:06:30 2008 +0000
@@ -12,7 +12,7 @@
   </head>
   <body tts:backgroundColor="rgba(255,0,255,50)">
     <div>
-      <p begin="0s" end="10s">The background is magenta with 50% opacity.<br/><span tts:color="rgba(255,0,255)">This text is 100% magenta.</span></p>
+      <p begin="0s" end="10s">The background is magenta with 50% opacity.<br/><span tts:color="rgb(255,0,255)">This text is 100% magenta.</span></p>
     </div>
   </body>
 </tt>