1
Fork 0

Add/update tests for --extend-css option

This commit is contained in:
Guillaume Gomez 2023-04-12 15:17:33 +02:00
parent bf6582e0cc
commit 6bc6ea7a3e
9 changed files with 29 additions and 2 deletions

View file

@ -0,0 +1,5 @@
// Test to ensure that the `--extend-css` option is working as expected.
go-to: "file://" + |DOC_PATH| + "/extend_css/index.html"
show-text: true
// The text from the `.extend` element should be red.
assert-css: (".extend", {"color": "rgb(255, 0, 0)"})