mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move vertical_align_super_a.html to wpt reftests.
This commit is contained in:
parent
18ae331f84
commit
bca2106a06
4 changed files with 25 additions and 1 deletions
|
@ -350,7 +350,6 @@ flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertica
|
||||||
== vertical_align_inline_block_a.html vertical_align_inline_block_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_inside_table_a.html vertical_align_inside_table_ref.html
|
||||||
== vertical_align_sub_a.html vertical_align_sub_ref.html
|
== vertical_align_sub_a.html vertical_align_sub_ref.html
|
||||||
== vertical_align_super_a.html vertical_align_super_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_super_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/vertical_align_super_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/vertical_align_super_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/vertical_align_super_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/vertical_align_super_nested_a.html": [
|
"css/vertical_align_super_nested_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/vertical_align_super_nested_a.html",
|
"path": "css/vertical_align_super_nested_a.html",
|
||||||
|
@ -2144,6 +2156,18 @@
|
||||||
"url": "/_mozilla/css/upper_id_attr.html"
|
"url": "/_mozilla/css/upper_id_attr.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/vertical_align_super_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/vertical_align_super_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/vertical_align_super_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/vertical_align_super_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/vertical_align_super_nested_a.html": [
|
"css/vertical_align_super_nested_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/vertical_align_super_nested_a.html",
|
"path": "css/vertical_align_super_nested_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='vertical_align_super_ref.html'>
|
||||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
Loading…
Add table
Add a link
Reference in a new issue