haikuwebkit/LayoutTests/fast/css/assert-marquee-not-last-ele...

18 lines
399 B
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>