14 background-color: green;
30 <div style=
"position: absolute">crbug.com/
413202: Margins can expand/shrink the width of an element if a float does not constrain it.
</div>
31 <div class=
"floater"></div>
32 <table id=
"expands" data-expected-client-width=
"960">
37 <table id=
"shrinks" data-expected-client-width=
"160">
42 <script src=
"../../resources/check-layout.js"></script>
44 document
.body
.offsetLeft
;
45 checkLayout("#expands");
46 checkLayout("#shrinks");