Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / counters / counter-function-input-2.html
blob4acc151b198aee195f191307b6eba893aa1e4d9c
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(-webkit-gradient(-webkit-inline-box));
11 </style>
12 </head>
13 <body>
14 This test passes if it does not crash.
15 </body>
16 </html>