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> |