Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bidi/reftest.list
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
div:first-letter { color: red; }
#s { color: blue; }
</style>
</head>
<body onload="document.getElementById('s').style.height = '100px';">
<div style="white-space: pre-line;">A
foo<span dir="rtl" id="s">Z
</div>
</body>
</html>