Move vertical_align_super_nested_a.html to wpt reftests.

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

View file

@ -351,7 +351,6 @@ flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertica
== 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 == vertical_align_super_a.html vertical_align_super_ref.html
== vertical_align_super_nested_a.html vertical_align_super_nested_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_super_nested_a.html": [
{
"path": "css/vertical_align_super_nested_a.html",
"references": [
[
"/_mozilla/css/vertical_align_super_nested_ref.html",
"=="
]
],
"url": "/_mozilla/css/vertical_align_super_nested_a.html"
}
],
"css/vertical_align_text_bottom_a.html": [ "css/vertical_align_text_bottom_a.html": [
{ {
"path": "css/vertical_align_text_bottom_a.html", "path": "css/vertical_align_text_bottom_a.html",
@ -2132,6 +2144,18 @@
"url": "/_mozilla/css/upper_id_attr.html" "url": "/_mozilla/css/upper_id_attr.html"
} }
], ],
"css/vertical_align_super_nested_a.html": [
{
"path": "css/vertical_align_super_nested_a.html",
"references": [
[
"/_mozilla/css/vertical_align_super_nested_ref.html",
"=="
]
],
"url": "/_mozilla/css/vertical_align_super_nested_a.html"
}
],
"css/vertical_align_text_bottom_a.html": [ "css/vertical_align_text_bottom_a.html": [
{ {
"path": "css/vertical_align_text_bottom_a.html", "path": "css/vertical_align_text_bottom_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel='match' href='vertical_align_super_nested_ref.html'>
<!-- Tests that `vertical-align: baseline` inside `vertical-align: super` is laid out properly. --> <!-- Tests that `vertical-align: baseline` inside `vertical-align: super` is laid out properly. -->
<style> <style>
span { span {