Skip to content

Commit

Permalink
Bug 1550241 [wpt PR 16443] - [css-test] Handle U+00C0 as other contro…
Browse files Browse the repository at this point in the history
…l characters, a=testonly

Automatic update from web-platform-tests
[css-test] Handle U+00C0 as other control characters

As per w3c/csswg-drafts#855

--

wpt-commits: eea2d659e470be96d0f8fc4d5b535c7faa8fee82
wpt-pr: 16443
  • Loading branch information
frivoal authored and jgraham committed Jun 5, 2019
1 parent 0315ed6 commit 7c3dfd6
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<meta charset=utf-8>
<title>Control charcters must be visible: U+000C</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+000C, which is in the unicode category CC, must be visible">
<style>
div {
font-size: 4em;
}
div::after { content: "\000C" } /* Injecting via CSS, to avoid any mangling by the html parser */
</style>

<p>Test passes if there is a visible character below.

<div></div>

0 comments on commit 7c3dfd6

Please sign in to comment.