https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9ad326648f0aa5da41184b47edc51f085e0d6ac0 authored by Karl Tomlinson on 14 July 2015, 16:31:00 UTC
Bug 1137076 - Fix music app crashes when quickly tapping the FF button. r=edwin, a=mahe
Tip revision: 9ad3266
unicode-bidi-plaintext-ref.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div>
!hello.<br>
<span dir=rtl>
!שלום.
</span><br>
<span dir=ltr>
hello, לוי!
</span><br>
<span dir=rtl>
שלום, WebKit!</span><br>
<pre>
a
(
!WebKit ,שלום
hello, לוי!
)
</pre>
</div>
</body>
</html>
back to top