[go: up one dir, main page]

Skip to content

Commit

Permalink
Bug 1571209 [wpt PR 18273] - [css-text] tests for css issue 3879, a=t…
Browse files Browse the repository at this point in the history
…estonly

Automatic update from web-platform-tests
[css-text] tests for css issue 3879 (#18273)

See w3c/csswg-drafts#3879
--

wpt-commits: 4c93404d56218bb88f32b578ece7d47712952530
wpt-pr: 18273

UltraBlame original commit: ff2a357f450ebeccd8b745ea72476452743962cf
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent a85aac5 commit cdaf0f9
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
div { font-family: monospace; }
</style>

<p>Test passes if there are two columns of "x" characters below and no red.

<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
<div>xx<br>xx</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
white-space: pre-wrap;
font-family: Ahem;
font-size: 10px;
line-height: 1;
color: green;
}
</style>

<p>Test passes if there are two green tall boxes below and no red.

<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test: sequence of spaces and other space separators at the end of line must be removed</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/trailing-other-space-separators-001-ref.html">
<meta name="assert" content="An sequence of regular spaces and other space separators at the end of the line must be removed.">
<style>
div { font-family: monospace; width: 2ch; }
span { background: red; } /* If the space hangs instead of being removed, there will be red */
</style>

<p>Test passes if there are two columns of "x" characters below and no red.

<div>xx<span>&#x1680;&#x2000; &#x2001;&#x2002;&#x2003; &#x2004;&#x2005;&#x2006; &#x2007;&#x2008;&#x2009;&#x200A; &#x202F;&#x205F; &#x3000;</span>xx</div>
<div>xx<span>&#x1680;</span>xx</div>
<div>xx<span>&#x2000;</span>xx</div>
<div>xx<span>&#x2001;</span>xx</div>
<div>xx<span>&#x2002;</span>xx</div>
<div>xx<span>&#x2003;</span>xx</div>
<div>xx<span>&#x2004;</span>xx</div>
<div>xx<span>&#x2005;</span>xx</div>
<div>xx<span>&#x2006;</span>xx</div>
<div>xx<span>&#x2007;</span><wbr>xx</div>
<div>xx<span>&#x2008;</span>xx</div>
<div>xx<span>&#x2009;</span>xx</div>
<div>xx<span>&#x200A;</span>xx</div>
<div>xx<span>&#x202F;</span><wbr>xx</div>
<div>xx<span>&#x205F;</span>xx</div>
<div>xx<span>&#x3000;</span>xx</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test: sequence of spaces and other space separators at the end of line with white-space:pre-wrap</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/trailing-other-space-separators-002-ref.html">
<meta name="assert" content="An sequence of regular spaces and other space separators at the end of the line must hang if white-space is pre-wrap.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
white-space: pre-wrap;
font-family: Ahem;
font-size: 10px;
line-height: 1;
width: 3ch;
color: green;
}
.red {
position: absolute;
z-index: -1;
}
.red div {
color: red;
}
span { color: transparent; } /* because ogham space is otherwise visible*/
</style>

<p>Test passes if there are two green tall boxes below and no red.

<section class=red>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
<div>x x<br>x x</div>
</section>
<section>
<div>x x<span>&#x1680;</span>&#x2000; &#x2001;&#x2002;&#x2003; &#x2004;&#x2005;&#x2006; &#x2007;&#x2008;&#x2009;&#x200A; &#x202F;&#x205F; &#x3000;x x</div>
<div>x x<span>&#x1680;</span>x x</div>
<div>x x&#x2000;x x</div>
<div>x x&#x2001;x x</div>
<div>x x&#x2002;x x</div>
<div>x x&#x2003;x x</div>
<div>x x&#x2004;x x</div>
<div>x x&#x2005;x x</div>
<div>x x&#x2006;x x</div>
<div>x x&#x2007;<wbr>x x</div>
<div>x x&#x2008;x x</div>
<div>x x&#x2009;x x</div>
<div>x x&#x200A;x x</div>
<div>x x&#x202F;<wbr>x x</div>
<div>x x&#x205F;x x</div>
<div>x x&#x3000;x x</div>
</section>

0 comments on commit cdaf0f9

Please sign in to comment.