Move border_radius_overlapping_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-20 15:04:12 +02:00
parent 6b5b10924b
commit caf9d0e3cd
4 changed files with 25 additions and 1 deletions

View file

@ -719,6 +719,18 @@
"url": "/_mozilla/css/border_radius_elliptical_a.html"
}
],
"css/border_radius_overlapping_a.html": [
{
"path": "css/border_radius_overlapping_a.html",
"references": [
[
"/_mozilla/css/border_radius_overlapping_ref.html",
"=="
]
],
"url": "/_mozilla/css/border_radius_overlapping_a.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@ -4500,6 +4512,18 @@
"url": "/_mozilla/css/border_radius_elliptical_a.html"
}
],
"css/border_radius_overlapping_a.html": [
{
"path": "css/border_radius_overlapping_a.html",
"references": [
[
"/_mozilla/css/border_radius_overlapping_ref.html",
"=="
]
],
"url": "/_mozilla/css/border_radius_overlapping_a.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<link rel=match href=border_radius_overlapping_ref.html>
<body>
<div style='box-sizing:border-box; width:6em; height:2em; border-radius:.5em 2em .5em 2em; background-color:red;'></div>
</body>
</html>

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<div style='box-sizing:border-box; width:6em; height:2em; border-radius:.4em 1.6em .4em 1.6em; background-color:red;'></div>
</body>
</html>