Move vertical_align_text_top_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-13 23:21:16 -04:00
parent c71d9cdd51
commit a3d799e8c6
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -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;