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