mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Move box_shadow_inset_parsing_a.html to wpt reftests.
This commit is contained in:
parent
ca62d2387e
commit
3ac3085b18
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_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
|
||||||
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
||||||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
||||||
|
|
|
@ -923,6 +923,18 @@
|
||||||
"url": "/_mozilla/css/box_shadow_inset_bg.html"
|
"url": "/_mozilla/css/box_shadow_inset_bg.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/box_shadow_inset_parsing_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/box_shadow_inset_parsing_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/box_shadow_inset_parsing_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/box_shadow_inset_parsing_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/box_shadow_paint_order_a.html": [
|
"css/box_shadow_paint_order_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/box_shadow_paint_order_a.html",
|
"path": "css/box_shadow_paint_order_a.html",
|
||||||
|
@ -5670,6 +5682,18 @@
|
||||||
"url": "/_mozilla/css/box_shadow_inset_bg.html"
|
"url": "/_mozilla/css/box_shadow_inset_bg.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/box_shadow_inset_parsing_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/box_shadow_inset_parsing_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/box_shadow_inset_parsing_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/box_shadow_inset_parsing_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/box_shadow_paint_order_a.html": [
|
"css/box_shadow_paint_order_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/box_shadow_paint_order_a.html",
|
"path": "css/box_shadow_paint_order_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Tests that box-shadow inset parsing quirks work properly. -->
|
<!-- Tests that box-shadow inset parsing quirks work properly. -->
|
||||||
|
<link rel=match href=box_shadow_inset_parsing_ref.html>
|
||||||
<style>
|
<style>
|
||||||
section {
|
section {
|
||||||
position: absolute;
|
position: absolute;
|
Loading…
Add table
Add a link
Reference in a new issue