Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / generated-before-and-after-counter-doesnt-crash.html-disabled
blob2e604f3cdf6f076f5344eefea4810da43072ea55
1 <html>
2 <script>
3     if (window.testRunner)
4         testRunner.dumpAsText();
5 </script>
6 <style type="text/css">
8 ruby:before{
9         counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
11 ruby::before{
12         display: table;
13         content: url("http://xx");
15 ruby:after{
16         counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
18 ruby::after{
19         display: table;
20         content: url("http://yy");
23 </style>
24         <ruby>
25                 <ruby>
26                         <ruby>
27 <style type="text/css">
28 ruby{
29         float: left;
31 </style>
32         <ruby>
33 This test passes if it doesn't crash.