blob: fa8c54f7abcb5cc49ddc195ffd480259af9085d2 [file] [log] [blame]
<!DOCTYPE html>
<style>
#dynamic-container {
width: 500px;
}
#percentage-padding {
position: absolute;
padding: 10%;
}
</style>
<div id='dynamic-container'>
<div id='percentage-padding'>
There should be no line break.
</div>
</div>