Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !(os == 'android') && debug
- Manifest: layout/reftests/text-svgglyphs/reftest.list
<!DOCTYPE html>
<title>Test for SVG glyphs being used in HTML content</title>
<style>
@font-face {
font-family: "Liberation";
src: url(resources/svg.woff);
}
html { width: 400px; height: 400px; background-color: white; }
body { margin: 0; }
div { font: 200px Liberation; color: fuchsia; line-height: 1; stroke: none; }
</style>
<div>b</div>