Move inline_border_baseline_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 21:18:04 -04:00
parent ca6c655497
commit 4f72f82e70
4 changed files with 25 additions and 1 deletions

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/inline_border_baseline_a.html": [
{
"path": "css/inline_border_baseline_a.html",
"references": [
[
"/_mozilla/css/inline_border_baseline_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_border_baseline_a.html"
}
],
"css/inline_element_border_a.html": [
{
"path": "css/inline_element_border_a.html",
@ -3708,6 +3720,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/inline_border_baseline_a.html": [
{
"path": "css/inline_border_baseline_a.html",
"references": [
[
"/_mozilla/css/inline_border_baseline_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_border_baseline_a.html"
}
],
"css/inline_element_border_a.html": [
{
"path": "css/inline_element_border_a.html",

View file

@ -0,0 +1,8 @@
<link rel='match' href='inline_border_baseline_ref.html'>
<style>
em {
border-top: solid white 3px;
}
</style>
I am <em>very excited!</em>

View file

@ -0,0 +1,7 @@
<style>
span {
border-top: solid white 3px;
}
</style>
<span>I am <em>very excited!</em></span>