From 0b5d1315f9265956e478b7b407017418896189dc Mon Sep 17 00:00:00 2001 From: Marco Zehe Date: Thu, 18 Sep 2008 09:13:08 +0200 Subject: [PATCH] more fixes to textattrs test for bug 441974 --- accessible/tests/mochitest/test_textattrs.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/accessible/tests/mochitest/test_textattrs.html b/accessible/tests/mochitest/test_textattrs.html index 7872ed963b93..352ed3538feb 100644 --- a/accessible/tests/mochitest/test_textattrs.html +++ b/accessible/tests/mochitest/test_textattrs.html @@ -226,7 +226,7 @@ "font-style": gComputedStyle.fontStyle, "text-align": gComputedStyle.textAlign, "font-size": gComputedStyle.fontSize, - "background-color": "rgb(255, 255, 255)", // computed style is transparent + "background-color": gComputedStyle.backgroundColor, "font-weight": gComputedStyle.fontWeight, "text-indent": gComputedStyle.textIndent, "color": gComputedStyle.color, @@ -256,7 +256,7 @@ "font-style": gComputedStyle.fontStyle, "text-align": gComputedStyle.textAlign, "font-size": gComputedStyle.fontSize, - "background-color": "rgb(255, 255, 255)", // computedStyle is transparent + "background-color": gComputedStyle.backgroundColor, "font-weight": gComputedStyle.fontWeight, "text-indent": gComputedStyle.textIndent, "color": gComputedStyle.color, @@ -337,7 +337,7 @@ "font-style": gComputedStyle.fontStyle, "text-align": gComputedStyle.textAlign, "font-size": gComputedStyle.fontSize, - "background-color": "rgb(255, 255, 255)", // transparent + "background-color": gComputedStyle.backgroundColor, "font-weight": gComputedStyle.fontWeight, "text-indent": gComputedStyle.textIndent, "color": gComputedStyle.color, @@ -371,7 +371,7 @@ "font-style": gComputedStyle.fontStyle, "text-align": gComputedStyle.textAlign, "font-size": gComputedStyle.fontSize, - "background-color": "rgb(255, 255, 255)", // transparent + "background-color": gComputedStyle.backgroundColor, "font-weight": gComputedStyle.fontWeight, "text-indent": gComputedStyle.textIndent, "color": gComputedStyle.color, @@ -406,7 +406,7 @@ "font-style": gComputedStyle.fontStyle, "text-align": gComputedStyle.textAlign, "font-size": gComputedStyle.fontSize, - "background-color": "rgb(255, 255, 255)", // transparent + "background-color": gComputedStyle.backgroundColor, "font-weight": gComputedStyle.fontWeight, "text-indent": gComputedStyle.textIndent, "color": gComputedStyle.color, @@ -459,7 +459,7 @@ "font-style": gComputedStyle.fontStyle, "text-align": gComputedStyle.textAlign, "font-size": gComputedStyle.fontSize, - "background-color": "rgb(255, 255, 255)", // transparent + "background-color": gComputedStyle.backgroundColor, "font-weight": gComputedStyle.fontWeight, "text-indent": gComputedStyle.textIndent, "color": gComputedStyle.color,