mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move border_rounding_1px_invisible_issue_7184_a.html to wpt reftests.
This commit is contained in:
parent
467bf11595
commit
50a6f9986c
4 changed files with 25 additions and 1 deletions
|
@ -755,6 +755,18 @@
|
|||
"url": "/_mozilla/css/border_radius_zero_sizes_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_rounding_1px_invisible_issue_7184_a.html": [
|
||||
{
|
||||
"path": "css/border_rounding_1px_invisible_issue_7184_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_rounding_1px_invisible_issue_7184_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_rounding_1px_invisible_issue_7184_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -4572,6 +4584,18 @@
|
|||
"url": "/_mozilla/css/border_radius_zero_sizes_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_rounding_1px_invisible_issue_7184_a.html": [
|
||||
{
|
||||
"path": "css/border_rounding_1px_invisible_issue_7184_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_rounding_1px_invisible_issue_7184_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_rounding_1px_invisible_issue_7184_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=border_rounding_1px_invisible_issue_7184_ref.html>
|
||||
<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>
|
|
@ -0,0 +1,22 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue