mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move border_radius_overlapping_a.html to wpt reftests.
This commit is contained in:
parent
6b5b10924b
commit
caf9d0e3cd
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
|
== acid1_a.html acid1_b.html
|
||||||
== acid2_noscroll.html acid2_ref_broken.html
|
== acid2_noscroll.html acid2_ref_broken.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
flaky_cpu == append_style_a.html append_style_b.html
|
||||||
== border_radius_overlapping_a.html border_radius_overlapping_ref.html
|
|
||||||
== border_radius_shorthand_a.html border_radius_shorthand_ref.html
|
== border_radius_shorthand_a.html border_radius_shorthand_ref.html
|
||||||
== border_radius_zero_sizes_a.html border_radius_zero_sizes_ref.html
|
== border_radius_zero_sizes_a.html border_radius_zero_sizes_ref.html
|
||||||
== border_rounding_1px_invisible_issue_7184_a.html border_rounding_1px_invisible_issue_7184_ref.html
|
== border_rounding_1px_invisible_issue_7184_a.html border_rounding_1px_invisible_issue_7184_ref.html
|
||||||
|
|
|
@ -719,6 +719,18 @@
|
||||||
"url": "/_mozilla/css/border_radius_elliptical_a.html"
|
"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": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
@ -4500,6 +4512,18 @@
|
||||||
"url": "/_mozilla/css/border_radius_elliptical_a.html"
|
"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": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<link rel=match href=border_radius_overlapping_ref.html>
|
||||||
<body>
|
<body>
|
||||||
<div style='box-sizing:border-box; width:6em; height:2em; border-radius:.5em 2em .5em 2em; background-color:red;'></div>
|
<div style='box-sizing:border-box; width:6em; height:2em; border-radius:.5em 2em .5em 2em; background-color:red;'></div>
|
||||||
</body>
|
</body>
|
Loading…
Add table
Add a link
Reference in a new issue