mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move border_radius_asymmetric_sizes_a.html to wpt reftests.
This commit is contained in:
parent
30e8148b93
commit
ecc90eb6dd
4 changed files with 25 additions and 1 deletions
|
@ -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_radius_asymmetric_sizes_a.html border_radius_asymmetric_sizes_ref.html
|
||||
== border_radius_clip_a.html border_radius_clip_ref.html
|
||||
!= border_radius_dashed_a.html border_radius_dashed_ref.html
|
||||
== border_radius_elliptical_a.html border_radius_elliptical_ref.html
|
||||
|
|
|
@ -671,6 +671,18 @@
|
|||
"url": "/_mozilla/css/border_collapse_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_asymmetric_sizes_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_asymmetric_sizes_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_radius_asymmetric_sizes_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_radius_asymmetric_sizes_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -4404,6 +4416,18 @@
|
|||
"url": "/_mozilla/css/border_collapse_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_asymmetric_sizes_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_asymmetric_sizes_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_radius_asymmetric_sizes_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_radius_asymmetric_sizes_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<link rel=match href=border_radius_asymmetric_sizes_ref.html>
|
||||
<style type="text/css">
|
||||
div.box {
|
||||
background: white;
|
Loading…
Add table
Add a link
Reference in a new issue