mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Move box_shadow_blur_a.html to wpt reftests.
This commit is contained in:
parent
5b08ac9ca9
commit
f9930ab1fe
4 changed files with 25 additions and 1 deletions
|
@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.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
|
||||||
!= box_shadow_blur_a.html box_shadow_blur_ref.html
|
|
||||||
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
||||||
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
||||||
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
||||||
|
|
|
@ -863,6 +863,18 @@
|
||||||
"url": "/_mozilla/css/box_shadow_bg.html"
|
"url": "/_mozilla/css/box_shadow_bg.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/box_shadow_blur_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/box_shadow_blur_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/box_shadow_blur_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/box_shadow_blur_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/box_shadow_border_box_a.html": [
|
"css/box_shadow_border_box_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/box_shadow_border_box_a.html",
|
"path": "css/box_shadow_border_box_a.html",
|
||||||
|
@ -5436,6 +5448,18 @@
|
||||||
"url": "/_mozilla/css/box_shadow_bg.html"
|
"url": "/_mozilla/css/box_shadow_bg.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/box_shadow_blur_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/box_shadow_blur_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/box_shadow_blur_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/box_shadow_blur_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/box_shadow_border_box_a.html": [
|
"css/box_shadow_border_box_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/box_shadow_border_box_a.html",
|
"path": "css/box_shadow_border_box_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<head>
|
<head>
|
||||||
<!-- Tests that box-shadow blur does something. -->
|
<!-- Tests that box-shadow blur does something. -->
|
||||||
|
<link rel=mismatch href=box_shadow_blur_ref.html>
|
||||||
<style>
|
<style>
|
||||||
section {
|
section {
|
||||||
position: absolute;
|
position: absolute;
|
Loading…
Add table
Add a link
Reference in a new issue