Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/white-space/text-wrap-balance-overflow-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>