Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline split fixes#12699 #12760

Merged
merged 4 commits into from Aug 9, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

add test for splitted span with borders

  • Loading branch information
splav committed Aug 8, 2016
commit 721b59a1137adeca8a2f7bd7d06462f61df6974f
@@ -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",
@@ -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>
@@ -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>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.