Bug 877690 - Fix typo in test. DONTBUILD

This commit is contained in:
Ryan VanderMeulen 2013-07-16 13:52:01 -04:00
Родитель c7f7461721
Коммит 7400a62dd5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -92,7 +92,7 @@ function do_test() {
"repeat-x", "repeat-y", "fixed", "scroll", "center", "top", "bottom", "left", "right",
"border-box", "padding-box", "content-box", "border-box", "padding-box", "content-box", "contain",
"cover" ];
ok(testValues(values, expected), "Shorthand proprety values.");
ok(testValues(values, expected), "Shorthand property values.");
// test keywords only
var prop = "border-top";