mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
add test for splitted span with borders
This commit is contained in:
parent
0b68fb3cb5
commit
721b59a113
3 changed files with 58 additions and 0 deletions
|
@ -816,6 +816,18 @@
|
|||
"url": "/_mozilla/css/border_collapse_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_inline_split.html": [
|
||||
{
|
||||
"path": "css/border_inline_split.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_inline_split_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_inline_split.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_asymmetric_sizes_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_asymmetric_sizes_a.html",
|
||||
|
@ -9958,6 +9970,18 @@
|
|||
"url": "/_mozilla/css/border_collapse_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_inline_split.html": [
|
||||
{
|
||||
"path": "css/border_inline_split.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_inline_split_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_inline_split.html"
|
||||
}
|
||||
],
|
||||
"css/border_radius_asymmetric_sizes_a.html": [
|
||||
{
|
||||
"path": "css/border_radius_asymmetric_sizes_a.html",
|
||||
|
|
20
tests/wpt/mozilla/tests/css/border_inline_split.html
Normal file
20
tests/wpt/mozilla/tests/css/border_inline_split.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!doctype html>
|
||||
<html><head>
|
||||
<link rel=match href=border_inline_split_ref.html>
|
||||
<meta content="ahem dom" name="flags">
|
||||
<style>
|
||||
div {
|
||||
font: 20px/1 Ahem;
|
||||
width: 7em;
|
||||
}
|
||||
span {
|
||||
border-left: yellow solid 0.5em;
|
||||
border-right: yellow solid 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<span>Very long |</span>
|
||||
</div>
|
||||
</body></html>
|
14
tests/wpt/mozilla/tests/css/border_inline_split_ref.html
Normal file
14
tests/wpt/mozilla/tests/css/border_inline_split_ref.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<html><head>
|
||||
<meta content="ahem dom" name="flags">
|
||||
<style>
|
||||
span {
|
||||
font: 20px/1 Ahem;
|
||||
border-left: yellow solid 0.5em;
|
||||
border-right: yellow solid 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span>Very <br>long |</span>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue