summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/text-wrap-balance-overflow-002.html
blob: 0eee3bdbc877e0727afda082a9e77e425309caa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1878865">
<link rel="match" href="reference/text-wrap-balance-overflow-002-ref.html">

<style>
#test {
  border: 1px solid gray;
  font: 15px monospace;
  width: 20ch;
  text-wrap: balance;
}
</style>

<body onload="test.style.overflowWrap='anywhere'">
<div id=test>
Interconnect your build
</div>