mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move vertical_align_inline_block_a.html to wpt reftests.
This commit is contained in:
parent
dbbfde7793
commit
ac7635056a
4 changed files with 25 additions and 1 deletions
|
@ -347,7 +347,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== transform_optimization.html transform_optimization_ref.html
|
== transform_optimization.html transform_optimization_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
|
|
||||||
== viewport_meta.html viewport_rule_ref.html
|
== viewport_meta.html viewport_rule_ref.html
|
||||||
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.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=600x800 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_b.html
|
||||||
|
|
|
@ -663,6 +663,18 @@
|
||||||
"url": "/_mozilla/css/upper_id_attr.html"
|
"url": "/_mozilla/css/upper_id_attr.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/vertical_align_inline_block_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/vertical_align_inline_block_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/vertical_align_inline_block_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/vertical_align_inline_block_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/vertical_align_inside_table_a.html": [
|
"css/vertical_align_inside_table_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/vertical_align_inside_table_a.html",
|
"path": "css/vertical_align_inside_table_a.html",
|
||||||
|
@ -2180,6 +2192,18 @@
|
||||||
"url": "/_mozilla/css/upper_id_attr.html"
|
"url": "/_mozilla/css/upper_id_attr.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/vertical_align_inline_block_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/vertical_align_inline_block_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/vertical_align_inline_block_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/vertical_align_inline_block_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/vertical_align_inside_table_a.html": [
|
"css/vertical_align_inside_table_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/vertical_align_inside_table_a.html",
|
"path": "css/vertical_align_inside_table_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='vertical_align_inline_block_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue