mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move inline_border_baseline_a.html to wpt reftests.
This commit is contained in:
parent
ca6c655497
commit
4f72f82e70
4 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<style>
|
||||
span {
|
||||
border-top: solid white 3px;
|
||||
}
|
||||
</style>
|
||||
<span>I am <em>very excited!</em></span>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue