Fix indentation in db_smilCSSFromTo.js (whitespace-only, test-only).

This commit is contained in:
Daniel Holbert 2010-01-19 13:40:22 -08:00
Родитель 0feabb27b6
Коммит 6cac918f7c
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -67,14 +67,14 @@ var _fromToTestLists = {
midComp: "rgb(75, 75, 75)" }),
],
colorFromInheritBlack: [
new AnimTestcaseFromTo("inherit", "rgb(200, 200, 200)",
{ fromComp: "rgb(0, 0, 0)",
midComp: "rgb(100, 100, 100)" }),
new AnimTestcaseFromTo("inherit", "rgb(200, 200, 200)",
{ fromComp: "rgb(0, 0, 0)",
midComp: "rgb(100, 100, 100)" }),
],
colorFromInheritWhite: [
new AnimTestcaseFromTo("inherit", "rgb(205, 205, 205)",
{ fromComp: "rgb(255, 255, 255)",
midComp: "rgb(230, 230, 230)" }),
new AnimTestcaseFromTo("inherit", "rgb(205, 205, 205)",
{ fromComp: "rgb(255, 255, 255)",
midComp: "rgb(230, 230, 230)" }),
],
paintServer: [
new AnimTestcaseFromTo("none", "none"),