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

@ -9,8 +9,8 @@
$('body').empty();
$.each(['arial','verdana','tahoma','courier new'],function(i,e){
var div = $('<div />').css('font-family',e).appendTo('body');
for(var i=0;i<=10;i++){
$('<div />').text('Testing texts').css('margin-top',1).css('border','1px solid black').css('font-size',(16+i*6)).appendTo(div);
for(var i=1;i<=10;i*=2){
$('<div />').text('Testing texts').css('margin-top',1).css('font-size',(16+i*6)).appendTo(div);
}
});
@ -31,6 +31,7 @@
div{
text-decoration:underline;
line-height: 1em;
}
.lineheight{