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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/ruby-numeric-overflow.html
diff --git a/LayoutTests/fast/dom/ruby-numeric-overflow.html b/LayoutTests/fast/dom/ruby-numeric-overflow.html
new file mode 100644
index 0000000000000000000000000000000000000000..b1184a140c34f908f2b014a18d5462211871dec6
--- /dev/null
+++ b/LayoutTests/fast/dom/ruby-numeric-overflow.html
@@ -0,0 +1,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>
« 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