Move vertical_align_text_bottom_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-14 00:11:11 -04:00
parent be594f6c09
commit c3e8d5d47e
4 changed files with 25 additions and 1 deletions

View file

@ -352,7 +352,6 @@ flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertica
== 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 == 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
== 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

@ -663,6 +663,18 @@
"url": "/_mozilla/css/upper_id_attr.html" "url": "/_mozilla/css/upper_id_attr.html"
} }
], ],
"css/vertical_align_text_bottom_a.html": [
{
"path": "css/vertical_align_text_bottom_a.html",
"references": [
[
"/_mozilla/css/vertical_align_text_bottom_ref.html",
"=="
]
],
"url": "/_mozilla/css/vertical_align_text_bottom_a.html"
}
],
"css/vertical_align_text_top_a.html": [ "css/vertical_align_text_top_a.html": [
{ {
"path": "css/vertical_align_text_top_a.html", "path": "css/vertical_align_text_top_a.html",
@ -2120,6 +2132,18 @@
"url": "/_mozilla/css/upper_id_attr.html" "url": "/_mozilla/css/upper_id_attr.html"
} }
], ],
"css/vertical_align_text_bottom_a.html": [
{
"path": "css/vertical_align_text_bottom_a.html",
"references": [
[
"/_mozilla/css/vertical_align_text_bottom_ref.html",
"=="
]
],
"url": "/_mozilla/css/vertical_align_text_bottom_a.html"
}
],
"css/vertical_align_text_top_a.html": [ "css/vertical_align_text_top_a.html": [
{ {
"path": "css/vertical_align_text_top_a.html", "path": "css/vertical_align_text_top_a.html",

View file

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<link rel='match' href='vertical_align_text_bottom_ref.html'>
<head> <head>
<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">