mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move vertical_align_top_span_a.html to wpt reftests.
This commit is contained in:
parent
bae2ca0e39
commit
77d5f85b25
4 changed files with 25 additions and 1 deletions
|
@ -361,7 +361,6 @@ flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertica
|
|||
== vertical_align_text_top_a.html vertical_align_text_top_ref.html
|
||||
== vertical_align_top_a.html vertical_align_top_ref.html
|
||||
== vertical_align_top_bottom_a.html vertical_align_top_bottom_ref.html
|
||||
== vertical_align_top_span_a.html vertical_align_top_span_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
|
||||
|
|
|
@ -603,6 +603,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_top_span_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_top_span_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/vertical_align_top_span_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/vertical_align_top_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/word-spacing.html": [
|
||||
{
|
||||
"path": "css/word-spacing.html",
|
||||
|
@ -1940,6 +1952,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/vertical_align_top_span_a.html": [
|
||||
{
|
||||
"path": "css/vertical_align_top_span_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/vertical_align_top_span_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/vertical_align_top_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/word-spacing.html": [
|
||||
{
|
||||
"path": "css/word-spacing.html",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<link rel='match' href='vertical_align_top_span_ref.html'>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue