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

This commit is contained in:
Yanzhen Yu
2018-10-03 12:08:46 +08:00
parent 05e4103f7a
commit bd325870e7
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;
}