10 display: inline-block;
19 display: inline-block;
24 <script src=
"../../resources/js-test.js"></script>
26 description('This test ensures that we properly reattach collapsed whitespace when sibling style changes require. Test passes if the spans below are justified across the page.');
28 spans
= document
.getElementsByTagName("span");
29 for (var i
= spans
.length
- 1; i
>= 0; i
--)
30 spans
[i
].classList
.add('inlineBlock');
31 shouldBeGreaterThanOrEqual('spans[spans.length - 1].offsetLeft', "400");