mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move servo_center_a.html to wpt reftests.
This commit is contained in:
parent
b2eaf1cf4f
commit
64715b5448
4 changed files with 25 additions and 1 deletions
|
@ -296,7 +296,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== rtl_margin_a.html rtl_margin_ref.html
|
== rtl_margin_a.html rtl_margin_ref.html
|
||||||
== rtl_simple.html rtl_simple_ref.html
|
== rtl_simple.html rtl_simple_ref.html
|
||||||
== rtl_table_a.html rtl_table_ref.html
|
== rtl_table_a.html rtl_table_ref.html
|
||||||
== servo_center_a.html servo_center_ref.html
|
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||||
|
|
|
@ -579,6 +579,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/servo_center_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/servo_center_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/servo_center_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/servo_center_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/setattribute_id_restyle_a.html": [
|
"css/setattribute_id_restyle_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/setattribute_id_restyle_a.html",
|
"path": "css/setattribute_id_restyle_a.html",
|
||||||
|
@ -2648,6 +2660,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/servo_center_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/servo_center_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/servo_center_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/servo_center_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/setattribute_id_restyle_a.html": [
|
"css/setattribute_id_restyle_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/setattribute_id_restyle_a.html",
|
"path": "css/setattribute_id_restyle_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='servo_center_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
table {
|
table {
|
||||||
width: 85%;
|
width: 85%;
|
Loading…
Add table
Add a link
Reference in a new issue