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-4-expected.html
blob
bad9f75902e2002dcff81ba5e12adb8cb7363fff
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 square below. It tests that whitespace at the end of
19
an inline setting white-space:nowrap can be collapsed with a break at the start of the
20
next inline.
<br>
21
<div
class
=
"pre"
><span>
xx
22
xx
</span></div>