2 <script src=
"../../resources/js-test.js"></script>
13 <marquee>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
</marquee>
17 description("Test that a horizontal marquee doesn't contribute to a container's intrinsic minimum width.");
18 shouldBeEqualToNumber("document.querySelector('.inner').getBoundingClientRect().width", 200);