diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-20 00:31:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 05:31:45 +0000 |
commit | 0a0994ca64fceafde05997d93e5ca7d6e5baa7b2 (patch) | |
tree | c876ddcf63171ff1121f1e46799c2515e63ad370 /test/data/html/test-stylesheet.css | |
parent | 3c226215419ca815712e9568f7d871a96f5ff1cf (diff) |
HTML test updates (#398)
* Rename y-test to test-case
* Rename y-description to test-description
* Remove extension name
* Update placeholder favicon
* Refactor scripts
* Make element types more consistent
* More updates
* Rename
* Simplify file URLs
* Rename file
* Add descriptions
* Rename
* Rename
* Rename
Diffstat (limited to 'test/data/html/test-stylesheet.css')
-rw-r--r-- | test/data/html/test-stylesheet.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/test/data/html/test-stylesheet.css b/test/data/html/test-stylesheet.css index 0d7a0f2e..7a97b523 100644 --- a/test/data/html/test-stylesheet.css +++ b/test/data/html/test-stylesheet.css @@ -19,8 +19,7 @@ p { margin: 0.33em 0; } -h1+p, -h1+y-description { +h1+test-description { margin-top: -0.67em; } @@ -29,8 +28,7 @@ a, a:visited { text-decoration: underline; } -.test, -y-test { +test-case { display: block; background-color: #ffffff; margin: 1em 0; @@ -39,8 +37,7 @@ y-test { border-radius: 4px; } -.test::before, -y-test::before { +test-case::before { content: 'Test ' counter(test-id); display: block; counter-increment: test-id; @@ -49,8 +46,7 @@ y-test::before { font-weight: bold; } -.description, -y-description { +test-description { color: #444444; font-style: italic; display: block; |