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