Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
text
/
mixed-direction-bidi-wrap.html
blob: 7be014da295196ef7bcc1733727aa8c4d9242a3d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
"utf-8"
>
<style>
div
{
font-family
:
Arial
;
display
:
inline-block
;
}
</style>
</head>
<body>
<div>
A مايو
</div>
<p>
The line above should not wrap.
</p>
</body>
</html>