Start running reftests with wptrunner.

CC #5618.
This commit is contained in:
Ms2ger 2015-04-14 17:49:58 +02:00
parent 9ff2587685
commit 031d4f0c2c
7 changed files with 91 additions and 1 deletions

View file

@ -1,30 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@font-face {
font-family: 'ahem';
src: url(fonts/ahem/ahem.ttf);
}
body {
margin: 0;
font-family: 'ahem';
font-size: 100px;
color: green;
}
div {
position: absolute;
left: 100px;
}
span {
float: left;
}
</style>
</head>
<body>
<div>
<span>X</span>
<span>X</span>
</div>
</body>
</html>

View file

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
margin: 0;
}
div {
position: absolute;
left: 100px;
width: 200px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>

View file

@ -38,7 +38,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== 2dcontext/lineto_a.html 2dcontext/lineto_ref.html
== 2dcontext/transform_a.html 2dcontext/transform_ref.html
== abs_float_pref_width_a.html abs_float_pref_width_ref.html
== absolute_clipping_of_own_contents_a.html absolute_clipping_of_own_contents_ref.html
== absolute_content_height_a.html absolute_content_height_ref.html
== absolute_hypothetical_float_a.html absolute_hypothetical_float_ref.html