| Index: LayoutTests/fast/css/rgba-custom-text.html
|
| diff --git a/LayoutTests/fast/css/rgba-custom-text.html b/LayoutTests/fast/css/rgba-custom-text.html
|
| index 97fd23ffd21a8bdf003c247663128ed345e62265..ecf625e00d5edd78fc3666e22528fb8782ca536b 100644
|
| --- a/LayoutTests/fast/css/rgba-custom-text.html
|
| +++ b/LayoutTests/fast/css/rgba-custom-text.html
|
| @@ -10,4 +10,3 @@
|
| description("Tests the CSS custom text implementation for rgba(). Note that WebKit internally stores alpha as an 8 bit value, and that 255 * 0.2 = 51 exactly. So 0.2 is able to be stored with no rounding.");
|
| shouldBeEqualToString('getComputedStyle(document.getElementById("test"), null).color', "rgba(0, 0, 0, 0.2)");
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
|
|