mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move vertical_align_inside_table_a.html to wpt reftests.
This commit is contained in:
parent
3c44beee30
commit
dbbfde7793
4 changed files with 26 additions and 2 deletions
|
@ -348,8 +348,7 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
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_inline_block_a.html vertical_align_inline_block_ref.html
|
||||
== vertical_align_inside_table_a.html vertical_align_inside_table_ref.html
|
||||
== vertical_align_sub_a.html vertical_align_sub_ref.html
|
||||
== viewport_meta.html viewport_rule_ref.html
|
||||
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
|
||||
# resolution=600x800 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_b.html
|
||||
resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html
|
||||
|
|
|
@ -663,6 +663,18 @@
|
|||
"url": "/_mozilla/css/upper_id_attr.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_inside_table_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_inside_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/vertical_align_inside_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/vertical_align_inside_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_sub_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_sub_a.html",
|
||||
|
@ -2168,6 +2180,18 @@
|
|||
"url": "/_mozilla/css/upper_id_attr.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_inside_table_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_inside_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/vertical_align_inside_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/vertical_align_inside_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_sub_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_sub_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='vertical_align_inside_table_ref.html'>
|
||||
<!--
|
||||
Tests that layout doesn't treat `vertical-align` on table cells as though it were
|
||||
`vertical-align` on inlines.
|
Loading…
Add table
Add a link
Reference in a new issue