Normalize reftests

This commit is contained in:
Niklas von Hertzen
2017-08-10 23:26:22 +08:00
parent 97b0a1f21d
commit 42a87b8354
32 changed files with 3737 additions and 5787 deletions

View File

@ -5,15 +5,21 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../../test.js"></script>
<style>
body {
font-family: Arial;
}
.small{
font-size:14px;
line-height: 1vw;
}
.medium{
font-size:18px;
line-height: 2vw;
}
.large{
font-size:24px;
line-height: 3vw;
}
div{
float:left;
@ -21,6 +27,20 @@
h2 {
clear:both;
}
h1 {
font-size: 36px;
line-height: 4vw;
}
h2 {
font-size: 24px;
line-height: 3vw;
}
h3 {
font-size: 16px;
line-height: 2vw;
}
</style>
</head>