summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/word-break-break-word-overflow-wrap-interactions-ref.html
blob: 3c6ab3863f88646f2fe9132963704c72d6b8d3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<title>CSS Test: word-break: break-word and overflow-wrap interaction</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1296042">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<style>
  div {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid black;
    margin: 10px;
    overflow-wrap: anywhere;
  }
</style>
<p>The boxes below should look the same.</p>
<div>FillerFillerFillerFiller</div>
<div>FillerFillerFillerFiller</div>
<div>FillerFillerFillerFiller</div>