Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Side by Side Diff: LayoutTests/fast/dom/ruby-numeric-overflow.html

Issue 1285583004: Fix numeric overflow handling in LayoutRubyBase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Tests overflow handling in ruby</title>
5 <style>
6 ruby, q, sup {
7 padding-left: 56477874%;
8 }
9 </style>
10 </head>
11 <body>
12 <ruby>
13 <q></q>
14 <wbr><sup></sup>
15 </ruby>
16 <p>
17 Test passes if it does not crash.
18 </p>
19 <script>
20 if (window.testRunner)
21 testRunner.dumpAsText();
22 </script>
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/ruby-numeric-overflow-expected.txt » ('j') | Source/core/layout/LayoutRubyBase.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698