Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/shaping/shaping-no-glyphs-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta name="assert" content="Shaped runs that produce no glyphs should not cause a crash.">
<style>
span { font-family: 'MyCustomFont'; }
@font-face {
src: url('/css/css-values/resources/ExTest-NoSpace.woff') format('woff');
font-family: 'MyCustomFont';
}
</style>
<span>​</span>