]> code.delx.au - gnu-emacs/blobdiff - test/lisp/textmodes/css-mode-tests.el
Complete "initial" and "unset" in CSS mode
[gnu-emacs] / test / lisp / textmodes / css-mode-tests.el
index 80d678a161f3360a1681398b1c22d9540a3c2495..d28178759564679f0a7b333ac31aae177368e7e9 100644 (file)
@@ -58,7 +58,7 @@
 
   ;; Check that the `color' property doesn't cause infinite recursion
   ;; because it refers to the value class of the same name.
-  (should (= (length (css--property-values "color")) 18)))
+  (should (= (length (css--property-values "color")) 147)))
 
 (ert-deftest css-test-property-value-cache ()
   "Test that `css--property-value-cache' is in use."
     (let ((completions (css-mode-tests--completions)))
       (should
        (equal (seq-sort #'string-lessp completions)
-              '("absolute" "fixed" "inherit" "relative" "static"))))))
+              '("absolute" "fixed" "inherit" "initial" "relative"
+                "static" "unset"))))))
 
 (ert-deftest css-test-complete-pseudo-class ()
   (with-temp-buffer