зеркало из https://github.com/mozilla/gecko-dev.git
more fixes to textattrs test for bug 441974
This commit is contained in:
Родитель
546b9c7bcd
Коммит
0b5d1315f9
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче