Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / assert-marquee-not-last-element.html
blobf45263c038c9abca8e7396c48bda5e73bb699ae9
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <style type="text/css">
8 marquee { display: run-in; }
9 </style>
10 </head>
11 <body>
12 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=12085">12085</a>: Assertion failure in WebCore::RenderFlow::rightmostPosition</p>
13 <marquee>marquee</marquee>
15 <p>If this test does not ASSERT, it has PASSED</p>
16 </body>
17 </html>