mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Move table_center_a.html to wpt reftests.
This commit is contained in:
parent
640837b67e
commit
a5ca38c321
4 changed files with 25 additions and 1 deletions
|
@ -308,7 +308,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== table_caption_bottom_a.html table_caption_bottom_ref.html
|
== table_caption_bottom_a.html table_caption_bottom_ref.html
|
||||||
== table_caption_top_a.html table_caption_top_ref.html
|
== table_caption_top_a.html table_caption_top_ref.html
|
||||||
== table_cell_float_a.html table_cell_float_ref.html
|
== table_cell_float_a.html table_cell_float_ref.html
|
||||||
== table_center_a.html table_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
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_center_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_center_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_center_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_center_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_colspan_fixed_a.html": [
|
"css/table_colspan_fixed_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_colspan_fixed_a.html",
|
"path": "css/table_colspan_fixed_a.html",
|
||||||
|
@ -2528,6 +2540,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_center_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_center_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_center_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_center_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_colspan_fixed_a.html": [
|
"css/table_colspan_fixed_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_colspan_fixed_a.html",
|
"path": "css/table_colspan_fixed_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='table_center_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
body, html {
|
body, html {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue