mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move border_radius_dashed_a.html to wpt reftests.
This commit is contained in:
parent
027609a2bf
commit
9cc4923c41
4 changed files with 25 additions and 1 deletions
|
@ -695,6 +695,18 @@
|
|||
"url": "/_mozilla/css/border_radius_clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_dashed_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_dashed_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_radius_dashed_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_radius_dashed_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -4452,6 +4464,18 @@
|
|||
"url": "/_mozilla/css/border_radius_clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_dashed_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_dashed_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_radius_dashed_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_radius_dashed_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
12
tests/wpt/mozilla/tests/css/border_radius_dashed_a.html
Normal file
12
tests/wpt/mozilla/tests/css/border_radius_dashed_a.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=mismatch href=border_radius_dashed_ref.html>
|
||||
<style>
|
||||
section {
|
||||
border: dashed red 3px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
</style>
|
||||
<section></section>
|
||||
|
11
tests/wpt/mozilla/tests/css/border_radius_dashed_ref.html
Normal file
11
tests/wpt/mozilla/tests/css/border_radius_dashed_ref.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
section {
|
||||
border: dashed red 3px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
<section></section>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue