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

[css-text] Add 2 tests to make sure default_ignorable characters are not rendered #32421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions css/css-text/white-space/default-ignorable-complex-ref.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Default_ignorable must not be rendered</title>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-processing">
<link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com">
<style>
span.test {
display: inline-block;
}
</style>
</head>
<body>
<p>This test makes sure that Default_ignorable code points are not rendered. The test passes if this text you're reading right now is the only thing on the page.</p>
</body>
</html>
Loading