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