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
/
whitespace
/
inline-whitespace-wrapping-2-expected.html
blob
242ceb677e3faf4a3598377fe5c3d0e548ed81d8
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
font:
1
em/
1
Ahem;
5
width:
1
em;
6
}
7
span {
8
color: lime;
9
background: lime;
10
}
11
.normal {
12
white-space: normal;
13
}
14
.pre {
15
white-space: pre;
16
}
17
</style>
18
This test passes if there is a green horizontal line below. It tests that a break
19
is not introduced just because an inline with white-space:pre ends in whitespace.
<br>
20
<div
class
=
"pre"
><span>
xxxx xxxx
</span></div>