blob: 33b64562b299d9098a27a5775d1b3cda502e09f2 [file] [log] [blame]
zalan@apple.com41db3c12013-10-14 09:43:54 +00001<!DOCTYPE html>
2<html>
3<head>
4<style>
5 div {
6 border: 1px solid red;
7 width: 16px;
8 word-wrap: break-word;
9 }
10</style>
11</head>
12<body>
13<p>This tests if non-empty spans changes word wrapping. Text should wrap the red border.</p>
14<div>
15 1234
16</div>
17<div>
18 1234
19</div>
20<div>
21 12345678
22 12345678
23</div>
24</html>