--- a/testsuite/Styling/Color004.xml Thu Dec 11 20:26:11 2008 +0000
+++ b/testsuite/Styling/Color004.xml Thu Dec 11 20:38:55 2008 +0000
@@ -12,7 +12,7 @@
</head>
<body>
<div>
- <p tts:color="rgb(0,255,0)" begin="0s" end="10s">This text must be green.</p>
+ <p tts:color="rgb(0,128,0)" begin="0s" end="10s">This text must be green.</p>
</div>
</body>
</tt>
--- a/testsuite/Styling/Color005.xml Thu Dec 11 20:26:11 2008 +0000
+++ b/testsuite/Styling/Color005.xml Thu Dec 11 20:38:55 2008 +0000
@@ -12,7 +12,7 @@
</head>
<body>
<div>
- <p begin="0s" end="10s"><span tts:color="rgb(0,255,0)">This is the green color as a reference.</span><br/><span tts:color="rgba(0,255,0,128)">This text must be semi-transparent green.</span></p>
+ <p begin="0s" end="10s"><span tts:color="rgb(0,128,0)">This is the green color as a reference.</span><br/><span tts:color="rgba(0,128,0,128)">This text must be semi-transparent green.</span></p>
</div>
</body>
</tt>