Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: layout/reftests/writing-mode/reftest.list
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
@font-face {
font-family: test;
src: url('../fonts/gw1270797.ttf') format("truetype");
}
html {
font-size: 72pt;
font-family: test, sans-serif;
writing-mode: vertical-rl;
text-orientation: mixed;
}
</style>
</head>
<body>
神神󠄀神󠄃神︀
</body>
</html>