summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/299136-1.html
blob: 4ff5c48f39b9c948e088e26c054229d7f346df94 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
<head>
<style type="text/css">
.test { white-space: nowrap; }
</style>
</head>
<body>
<span class="test">The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span><span class="test"> The quick brown fox jumps over the lazy dog.</span>
</body>
</html>