Bug 1442425 [wpt PR 9294] - [css-ui] bidi text-overflow tests, a=testonly

Automatic update from web-platform-tests
In support of https://github.com/w3c/csswg-drafts/issues/2125

<!-- Reviewable:start -->

<!-- Reviewable:end -->

wpt-commits: da3f289df5d63c0ffac925964d2cd9388afa0fde
wpt-pr: 9294
reapplied-commits: 370e267e160568862f1fd9ec246ab5bb840f586e, fe4514c84e7ad28e46bad5da93381deb99b177f3, 7806af854343c043a2645a4034fdc7812f65daad, 9ddfd21554293dec5a4bf2e5375ae4f3c9f2ded0, 75f63c4d1ebc949647184fd60972fc7b9fd4affb, 1f3a5b496acd2288cc8cf0c32af86cb35157ea4e, 88b42bd5847abac58a62c4d6b33c1509bfce5f3d, 15c2e4c690700c6c115f8afe5e44ded10d943538, c8d461ef1437641ae7d4ea1d21e1e60cd62910b0, a6088a5f48ee299386a84d2f771902267d7355b1, 0634cd8f08ebe0905a9188fb1398c7b5f889c5dc, c8ee4a012dae506ae06bb5b2ad50942b04c1aaaa, c2c352456a4cf62dcc12f851138b04397675a445, b93a8879555d2fa7e7d4e00a275513a3a6338b35, b86e1331cb36634fd33677043b61fc0c1d8485bc, 44ddf14fd3346658c3223f13652073fafbfa48fa, a1a5840a6bb53e305ba02bcbeb215659342d0edb, 7465cb110ae5ec2e2ca73182caf5293f0efc8fd5, aad5349b3458bc3414e274b33fa86a1123901ff2, eca0907980d2769c449894a6277c60c1a306792f, 38626987c0cfd6e715cfcc6f4f1a1209191a03c5, e4a67f7ddcde6cd99348e9104bd7ed07074da44a, bb3c9990840a0fae2afc840b5952d7874785b112, 042d7adef0bdb9dc80e825c3997ace7519477c42, 99f1ea44fc7915b8b7b33bce4732fa8765fd3ac2
This commit is contained in:
Florian Rivoal 2018-03-01 22:20:10 +00:00 коммит произвёл moz-wptsync-bot
Родитель 1d7427fd51
Коммит da5d6bc662
5 изменённых файлов: 112 добавлений и 0 удалений

Просмотреть файл

@ -147409,6 +147409,30 @@
{}
]
],
"css/css-ui/text-overflow-027.html": [
[
"/css/css-ui/text-overflow-027.html",
[
[
"/css/css-ui/reference/text-overflow-027-ref.html",
"=="
]
],
{}
]
],
"css/css-ui/text-overflow-028.html": [
[
"/css/css-ui/text-overflow-028.html",
[
[
"/css/css-ui/reference/text-overflow-028-ref.html",
"=="
]
],
{}
]
],
"css/css-values/attr-color-invalid-cast.html": [
[
"/css/css-values/attr-color-invalid-cast.html",
@ -254509,6 +254533,16 @@
{}
]
],
"css/css-ui/reference/text-overflow-027-ref.html": [
[
{}
]
],
"css/css-ui/reference/text-overflow-028-ref.html": [
[
{}
]
],
"css/css-ui/support/1x1-red.png": [
[
{}
@ -516245,6 +516279,14 @@
"a223e8c0151a7ffc350466dd3b13f766f67425e8",
"support"
],
"css/css-ui/reference/text-overflow-027-ref.html": [
"2ead9e9af4a591a5bf450f8449e9b658a24a8154",
"support"
],
"css/css-ui/reference/text-overflow-028-ref.html": [
"86673d6286a6676157d19f000fa3b29b74f592b8",
"support"
],
"css/css-ui/resize-001.html": [
"cee9af6bf866dc360a2f6e8a8a8b29376205dfde",
"manual"
@ -517381,6 +517423,14 @@
"5087fe90cb3ef8e340be316f1534cb6dba3e0d17",
"reftest"
],
"css/css-ui/text-overflow-027.html": [
"3a3c0bc49087b5ae18c62fa2c50003f9ca8dccc2",
"reftest"
],
"css/css-ui/text-overflow-028.html": [
"62dbaef147720aedb50e1ed682a72becee07f58d",
"reftest"
],
"css/css-ui/text-overflow-ref.html": [
"db55b0b95a7406e9c4f00081b3e2cbe6b07363f7",
"support"

Просмотреть файл

@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Test Reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div { font-family: monospace; }
</style>
<p>The test passes if the following text is visible below: 123456 FE…</p>
<div>123456 FE…</bdo></div>

Просмотреть файл

@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Test Reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div { font-family: monospace; }
</style>
<p>The test passes if the following text is visible below: …56 FEDCBA</p>
<div>…56 FEDCBA</div>

Просмотреть файл

@ -0,0 +1,21 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Test: text-overflow applies visually to bidi</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="http://www.w3.org/TR/css-ui-3/#text-overflow">
<link rel="help" href="http://www.w3.org/TR/css-ui-4/#text-overflow">
<link rel="match" href="reference/text-overflow-027-ref.html">
<meta name="flags" content="">
<meta name="assert" content="text-overflow is a visual operation that occurs after layout, and therfore ellides text from the visual end of the line, even in bidi situations">
<style>
div {
font-family: monospace;
width: 10ch;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
}
</style>
<p>The test passes if the following text is visible below: 123456 FE…</p>
<div>123456 <bdo dir=rtl>ABCDEF</bdo></div>

Просмотреть файл

@ -0,0 +1,21 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Test: text-overflow applies visually to bidi</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="http://www.w3.org/TR/css-ui-3/#text-overflow">
<link rel="help" href="http://www.w3.org/TR/css-ui-4/#text-overflow">
<link rel="match" href="reference/text-overflow-028-ref.html">
<meta name="flags" content="">
<meta name="assert" content="text-overflow is a visual operation that occurs after layout, and therfore ellides text from the visual end of the line, even in bidi situations">
<style>
div {
font-family: monospace;
width: 10ch;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
}
</style>
<p>The test passes if the following text is visible below: …56 FEDCBA</p>
<div dir=rtl><bdo dir=rtl>ABCDEF</bdo> 123456</div>