chromium/third_party/blink/web_tests/fast/css/assert-marquee-not-last-element.html

<html>
<head>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<style type="text/css">
    marquee { display: run-in; }
</style>
</head>
<body>
<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=12085">12085</a>: Assertion failure in WebCore::RenderFlow::rightmostPosition</p>
<marquee>marquee</marquee>

<p>If this test does not ASSERT, it has PASSED</p>
</body>
</html>