Verify that the CSS properties of a given element match the expected values.
Examples
if (FALSE) { # \dontrun{
verify_css("#my-element", list("color" = "red", "font-size" = "16px"))
} # }
Verify that the CSS properties of a given element match the expected values.
if (FALSE) { # \dontrun{
verify_css("#my-element", list("color" = "red", "font-size" = "16px"))
} # }