refactor test infra so most test cases could be implemented by pure HTML

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent e9cf631934
commit 0e35b86d87
5 changed files with 146 additions and 77 deletions

6
test/css/style.css Normal file
View File

@@ -0,0 +1,6 @@
body {
margin: 0;
}
p {
color: red;
}