repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
mixed-direction-bidi-wrap-expected.html
blob
15d7b6979dfb6c7c7f8ac9c2ac20502d12549e31
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style>
6
div {
7
font-family: Arial;
8
display: inline-block;
9
white-space: nowrap;
10
}
11
</style>
12
</head>
13
<body>
14
<div>
A مايو
</div>
15
<p>
16
The line above should not wrap.
17
</p>
18
</body>
19
</html>