Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / counters / counter-function-input.html
blob048fcc5b029339b3bdf236dc4be02bfd5e3cbed0
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <style type="text/css">
8 .test {
9 content: counter(expression(-webkit-inline-box));
11 </style>
12 </head>
13 <body>
14 This test passes if it does not crash.
15 </body>
16 </html>