summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/ruby-numeric-overflow.html
blob: b1184a140c34f908f2b014a18d5462211871dec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
    <head>
        <title>Tests overflow handling in ruby</title>
        <style>
            ruby, q, sup {
                padding-left: 56477874%;
            }
        </style>
    </head>
    <body>
        <ruby>
            <q></q>
            <wbr><sup></sup>
        </ruby>
        <p>
            Test passes if it does not crash.
        </p>
        <script>
            if (window.testRunner)
                testRunner.dumpAsText();
        </script>
    </body>
</html>