mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Move transition_calc.html to wpt reftests.
This commit is contained in:
parent
089fc93ff7
commit
57244111db
4 changed files with 25 additions and 1 deletions
|
@ -348,7 +348,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== transform_simple_a.html transform_simple_ref.html
|
== transform_simple_a.html transform_simple_ref.html
|
||||||
== transform_skew_a.html transform_skew_ref.html
|
== transform_skew_a.html transform_skew_ref.html
|
||||||
== transform_stacking_context_a.html transform_stacking_context_ref.html
|
== transform_stacking_context_a.html transform_stacking_context_ref.html
|
||||||
== transition_calc.html transition_calc_ref.html
|
|
||||||
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
|
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
|
||||||
== vertical_align_bottom_a.html vertical_align_bottom_ref.html
|
== vertical_align_bottom_a.html vertical_align_bottom_ref.html
|
||||||
== vertical_align_inline_block_a.html vertical_align_inline_block_ref.html
|
== vertical_align_inline_block_a.html vertical_align_inline_block_ref.html
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/transition_calc.html": [
|
||||||
|
{
|
||||||
|
"path": "css/transition_calc.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/transition_calc_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/transition_calc.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/upper_id_attr.html": [
|
"css/upper_id_attr.html": [
|
||||||
{
|
{
|
||||||
"path": "css/upper_id_attr.html",
|
"path": "css/upper_id_attr.html",
|
||||||
|
@ -2012,6 +2024,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/transition_calc.html": [
|
||||||
|
{
|
||||||
|
"path": "css/transition_calc.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/transition_calc_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/transition_calc.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/upper_id_attr.html": [
|
"css/upper_id_attr.html": [
|
||||||
{
|
{
|
||||||
"path": "css/upper_id_attr.html",
|
"path": "css/upper_id_attr.html",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<link rel='match' href='transition_calc_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
.outer {
|
.outer {
|
||||||
width: 100px;
|
width: 100px;
|
Loading…
Add table
Add a link
Reference in a new issue