summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/overflowwrap-07.html
blob: d84347837f6bc16cd4ff3f75d1e1bf7c27ac19f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <style type="text/css">
div { width: 0px; overflow-wrap: break-word; }
  </style>
  <title>Test Overflowwrap</title>
 </head>
 <body>
  <div><em>Hello</em>Kitty</div>
 </body>
</html>