1 <div style=
"outline: thin dashed lightblue;">
2 I
<span id=
"could-not">couldn
’t
</span> tell if she tru
­ly ad
­vo
­cat
­ed anti
­dis
­est
­ab
­lish
­ment
­arian
­ism.
5 var couldNot
= document
.getElementById("could-not");
6 var width
= couldNot
.getBoundingClientRect().width
;
7 couldNot
.parentElement
.style
.width
= Math
.ceil(width
);