Changed from blue to red
authorPhilippe Le Hégaret <plh@w3.org>
Wed, 26 Nov 2008 14:42:07 +0000
changeset 25 ed3aa5ce08bd
parent 24 4e5f4dc30d0d
child 26 a5b8ae0eaf59
Changed from blue to red
testsuite/Styling/Color002.xml
testsuite/Styling/Color003.xml
testsuite/Styling/Color008.xml
--- a/testsuite/Styling/Color002.xml	Tue Nov 25 14:01:24 2008 +0000
+++ b/testsuite/Styling/Color002.xml	Wed Nov 26 14:42:07 2008 +0000
@@ -12,7 +12,7 @@
   </head>
   <body>
     <div>
-      <p tts:color="#0000ff" begin="0s" end="10s">This text must be blue.</p>
+      <p tts:color="#ff0000" begin="0s" end="10s">This text must be red.</p>
     </div>
   </body>
 </tt>
--- a/testsuite/Styling/Color003.xml	Tue Nov 25 14:01:24 2008 +0000
+++ b/testsuite/Styling/Color003.xml	Wed Nov 26 14:42:07 2008 +0000
@@ -12,7 +12,7 @@
   </head>
   <body>
     <div>
-      <p begin="0s" end="10s"><span tts:color="#0000ff">This is the blue color as a reference.</span><br /><span tts:color="#0000ff88">This text must be semi-transparent blue.</span></p>
+      <p begin="0s" end="10s"><span tts:color="#ff0000">This is the red color as a reference.</span><br /><span tts:color="#ff000088">This text must be semi-transparent red.</span></p>
     </div>
   </body>
 </tt>
--- a/testsuite/Styling/Color008.xml	Tue Nov 25 14:01:24 2008 +0000
+++ b/testsuite/Styling/Color008.xml	Wed Nov 26 14:42:07 2008 +0000
@@ -12,7 +12,7 @@
   </head>
   <body>
     <div>
-      <p begin="0s" end="10s">This word must be <span tts:color='blue'>blue</span><br />and this one <span tts:color='green'>green</span>.</p>
+      <p begin="0s" end="10s">This word must be <span tts:color='red'>red</span><br />and this one <span tts:color='green'>green</span>.</p>
     </div>
   </body>
 </tt>