Update web-platform-tests to revision e15b5ebba7465e09bcda2962f6758cddcdcfa248

This commit is contained in:
WPT Sync Bot 2018-10-09 21:32:32 -04:00
parent 68e55ead42
commit 3eaee747ed
214 changed files with 4692 additions and 245 deletions

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0000</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0000, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0000" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0001</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0001, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0001" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0002</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0002, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0002" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0003</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0003, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0003" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0004</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0004, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0004" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0005</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0005, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0005" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0006</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0006, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0006" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0007</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0007, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0007" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0008</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0008, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0008" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+000B</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+000B, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\000B" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+000D</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+000D, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\000D" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+000E</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+000E, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\000E" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+000F</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+000F, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\000F" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0010</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0010, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0010" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0011</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0011, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0011" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0012</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0012, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0012" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0013</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0013, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0013" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0014</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0014, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0014" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0015</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0015, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0015" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0016</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0016, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0016" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0017</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0017, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0017" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0018</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0018, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0018" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0019</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0019, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0019" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+001A</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+001A, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\001A" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+001B</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+001B, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\001B" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+001C</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+001C, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\001C" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+001D</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+001D, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\001D" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+001E</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+001E, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\001E" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+001F</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+001F, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\001F" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+007F</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+007F, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\007F" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0080</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0080, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0080" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0081</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0081, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0081" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0082</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0082, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0082" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0083</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0083, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0083" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0084</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0084, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0084" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0085</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0085, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0085" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0086</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0086, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0086" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0087</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0087, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0087" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0088</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0088, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0088" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0089</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0089, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0089" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+008A</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+008A, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\008A" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+008B</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+008B, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\008B" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+008C</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+008C, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\008C" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+008D</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+008D, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\008D" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+008E</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+008E, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\008E" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+008F</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+008F, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\008F" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0090</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0090, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0090" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0091</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0091, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0091" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0092</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0092, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0092" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0093</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0093, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0093" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0094</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0094, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0094" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0095</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0095, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0095" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0096</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0096, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0096" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0097</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0097, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0097" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0098</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0098, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0098" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+0099</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+0099, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\0099" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+009A</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+009A, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\009A" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+009B</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+009B, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\009B" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+009C</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+009C, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\009C" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+009D</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+009D, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\009D" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+009E</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+009E, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\009E" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+009F</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-processing">
<link rel=mismatch href="reference/control-chars-000-ref.html">
<meta name=flags content="">
<meta name=assert content="U+009F, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\009F" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>
<p>Test passes if there is a visible character below.
<div></div>

View file

@ -0,0 +1,40 @@
<!doctype html>
<html>
<meta charset=utf-8>
<link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://www.w3.org/TR/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/line-edge-white-space-collapse-001-ref.html">
<meta name="flags" content="">
<title>White space collapse at end of line collapses through an inline</title>
<style>
div { font: 30px/30px monospace; }
span span { border-left: 30px solid green }
aside {
font: 30px/30px monospace;
width: 30px;
background: red;
position: absolute;
z-index:-1;
height: 300px;
/* to avoid accidental bleeding at the edges by a pixel or a sub pixel*/
box-sizing: border-box;
border: solid white 5px;
margin-left: 1ch;
}
</style>
<p>Test passes if there is a single green rectangle next to ABCDEFGHIJ, and no red.
<aside></aside>
<div><span>A <span> </span> </span></div>
<div><span>B <span> </span> </span></div>
<div><span>C <span> </span> </span></div>
<div><span>D <span> </span></span></div>
<div><span>E <span> </span> </span></div>
<div><span>F <span> </span> </span></div>
<div><span>G <span> </span></span></div>
<div><span>H<span> </span> </span></div>
<div><span>I<span> </span></span></div>
<div><span>J<span></span></span></div>

View file

@ -0,0 +1,40 @@
<!doctype html>
<html>
<meta charset=utf-8>
<link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://www.w3.org/TR/css-text-3/#white-space-phase-2">
<link rel="match" href="reference/line-edge-white-space-collapse-002-ref.html">
<meta name="flags" content="">
<title>White space collapse at start of line collapses through an inline</title>
<style>
div { font: 30px/30px monospace; }
span span { border-left: 30px solid green }
aside {
font: 30px/30px monospace;
width: 30px;
background: red;
position: absolute;
z-index:-1;
height: 300px;
/* to avoid accidental bleeding at the edges by a pixel or a sub pixel*/
box-sizing: border-box;
border: solid white 5px;
}
</style>
<p>Test passes if there is a single green rectangle, and no red. The letters KLMNOPQRST must be immediately to its right, vertically aligned with each other.
<aside></aside>
<div><span> <span> </span> K</span></div>
<div><span> <span> </span> L</span></div>
<div><span> <span> </span> M</span></div>
<div><span><span> </span> N</span></div>
<div><span> <span> </span> O </span></div>
<div><span> <span> </span> P</span></div>
<div><span><span> </span> Q</span></div>
<div><span> <span> </span>R</span></div>
<div><span><span> </span>S</span></div>
<div><span><span></span>T</span></div>

View file

@ -0,0 +1,6 @@
<!doctype html>
<meta charset=utf-8>
<title>CSS test mismatch reference</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<p>Test passes if there is a visible character below.

View file

@ -0,0 +1,23 @@
<!doctype html>
<html>
<meta charset=utf-8>
<link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<title>CSS test reference</title>
<style>
div { font: 30px/30px monospace; }
span { border-left: 30px solid green }
</style>
<p>Test passes if there is a single green rectangle next to ABCDEFGHIJ, and no red.
<div>A<span></span></div>
<div>B<span></span></div>
<div>C<span></span></div>
<div>D<span></span></div>
<div>E<span></span></div>
<div>F<span></span></div>
<div>G<span></span></div>
<div>H<span></span></div>
<div>I<span></span></div>
<div>J<span></span></div>

View file

@ -0,0 +1,24 @@
<!doctype html>
<html>
<meta charset=utf-8>
<link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<title>CSS test reference</title>
<style>
div { font: 30px/30px monospace; }
span { border-left: 30px solid green }
</style>
<p>Test passes if there is a single green rectangle, and no red. The letters KLMNOPQRST must be immediately to its right, vertically aligned with each other.
<div><span>K</span></div>
<div><span>L</span></div>
<div><span>M</span></div>
<div><span>N</span></div>
<div><span>O</span></div>
<div><span>P</span></div>
<div><span>Q</span></div>
<div><span>R</span></div>
<div><span>S</span></div>
<div><span>T</span></div>