mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Move border_radius_clip_a.html to wpt reftests.
This commit is contained in:
parent
ecc90eb6dd
commit
027609a2bf
4 changed files with 26 additions and 2 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_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
|
||||
== border_radius_overlapping_a.html border_radius_overlapping_ref.html
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/border_radius_asymmetric_sizes_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_clip_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_clip_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_radius_clip_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_radius_clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -4428,6 +4440,18 @@
|
|||
"url": "/_mozilla/css/border_radius_asymmetric_sizes_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_clip_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_clip_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_radius_clip_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_radius_clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -6930,4 +6954,4 @@
|
|||
"rev": null,
|
||||
"url_base": "/_mozilla/",
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- Tests that `border-radius` causes the background to be clipped around the corners. -->
|
||||
<link rel=match href=border_radius_clip_ref.html>
|
||||
<style>
|
||||
main {
|
||||
display: block;
|
Loading…
Add table
Add a link
Reference in a new issue