Move border_rounding_1px_invisible_issue_7184_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-20 15:26:23 +02:00
parent 467bf11595
commit 50a6f9986c
4 changed files with 25 additions and 1 deletions

View file

@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html
flaky_cpu == append_style_a.html append_style_b.html
== border_rounding_1px_invisible_issue_7184_a.html border_rounding_1px_invisible_issue_7184_ref.html
== border_spacing_a.html border_spacing_ref.html
== border_spacing_auto_layout_a.html border_spacing_ref.html
== border_spacing_empty_table.html border_spacing_empty_table_ref.html

View file

@ -1,28 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.onyx {
color: white;
}
.item {
background-color: #333;
border-bottom: 1px solid white;
}
.top {
margin: 0px;
border: 0px;
height: 1px;
}
</style>
</head>
<body>
<div class="onyx">
<div class="top"></div>
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
</div>
</body>
</html>

View file

@ -1,22 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.onyx {
color: white;
}
.item {
background-color: #333;
border-top: 1px solid white;
}
</style>
</head>
<body>
<div class="onyx">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
</div>
</body>
</html>