blob: 43c7c2e0e59beb8889493c2b21d5d42fbe705245 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<div>
<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=12423">Bugzilla Bug 12423</a>: Mixing white-space:pre text with non white-space:pre text within a text-align:justify block causes text to overlap.</p>
<p>Test passes if text wraps within all of the yellow boxes.</p>
</div>
<div style="width: 350px; background-color: yellow;">
Typical for type are type="text/css" for <style> and <span
style="white-space: pre;">type="text/javascript"</span> for <script>.
</div>
<div style="width: 350px; background-color: yellow;">
Typical for type are type="text/css" for <style> and<span
style="white-space: pre;">type="text/javascript"</span> for <script>.
</div>
<div style="width: 350px; background-color: yellow;">
Typical for type are type="text/css" for <style> <span style="white-space: pre;">and</span><span
style="white-space: pre;">type="text/javascript"</span> for <script>.
</div>
<div style="width: 350px; background-color: yellow;">
Typical for type are type="text/css" for <style><span style="white-space: pre;">and</span><span
style="white-space: pre;">type="text/javascript"</span> for <script>.
</div>
<div style="width: 350px; background-color: yellow;">
Typical for type are type="text/css" for <span style="white-space: pre;"><style></span><span style="white-space: pre;">and</span><span
style="white-space: pre;">type="text/javascript"</span> for <script>.
</div>
|