mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Move vertical_align_text_top_a.html to wpt reftests.
This commit is contained in:
parent
c71d9cdd51
commit
a3d799e8c6
4 changed files with 25 additions and 1 deletions
|
@ -358,7 +358,6 @@ flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertica
|
||||||
== vertical_align_super_a.html vertical_align_super_ref.html
|
== vertical_align_super_a.html vertical_align_super_ref.html
|
||||||
== vertical_align_super_nested_a.html vertical_align_super_nested_ref.html
|
== vertical_align_super_nested_a.html vertical_align_super_nested_ref.html
|
||||||
== vertical_align_text_bottom_a.html vertical_align_text_bottom_ref.html
|
== vertical_align_text_bottom_a.html vertical_align_text_bottom_ref.html
|
||||||
== vertical_align_text_top_a.html vertical_align_text_top_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
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/vertical_align_text_top_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/vertical_align_text_top_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/vertical_align_text_top_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/vertical_align_text_top_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/vertical_align_top_a.html": [
|
"css/vertical_align_top_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/vertical_align_top_a.html",
|
"path": "css/vertical_align_top_a.html",
|
||||||
|
@ -1988,6 +2000,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/vertical_align_text_top_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/vertical_align_text_top_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/vertical_align_text_top_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/vertical_align_text_top_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/vertical_align_top_a.html": [
|
"css/vertical_align_top_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/vertical_align_top_a.html",
|
"path": "css/vertical_align_top_a.html",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||||
|
<link rel='match' href='vertical_align_text_top_ref.html'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue