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

Unified Diff: LayoutTests/fast/lists/ol-start-roman.html

Issue 437065: Merge WebKit 51201: Do not assert when a high number is used for roman numera... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/249/
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/lists/ol-start-roman-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/lists/ol-start-roman.html
===================================================================
--- LayoutTests/fast/lists/ol-start-roman.html (revision 0)
+++ LayoutTests/fast/lists/ol-start-roman.html (revision 33098)
@@ -0,0 +1,10 @@
+<script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+<ol start="3888" type="i">
+<li>PASS: test did not crash, bug 31652.</li>
+</ol>
+<ol start="4888" type="i">
+<li>PASS: test did not crash, bug 31652.</li>
+</ol>
« no previous file with comments | « no previous file | LayoutTests/fast/lists/ol-start-roman-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698