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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
sub-pixel
/
complex-text-preferred-width-expected.html
blob
fbcabc14604a6f52de92208b9438d054570cfd6b
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
a {
6
font-family: Arial;
7
text-rendering: geometricPrecision;
8
display: inline-block;
9
font-size:
12
px;
10
font-weight:
700
;
11
white-space: nowrap;
12
}
13
</style>
14
</head>
15
<body>
16
<a
href
=
"#"
>
Show More News
</a>
17
<p>
18
The link above should not wrap.
19
</p>
20
</body>
21
</html>