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

Unified Diff: LayoutTests/fast/ruby/ruby-illegal-3.html

Issue 556017: Merge 53525 - Bug 33266 WebCore::InlineFlowBox::determineSpacingForFlowBoxes... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/249/
Patch Set: Created 10 years, 11 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/ruby/ruby-illegal-3.html
===================================================================
--- LayoutTests/fast/ruby/ruby-illegal-3.html (revision 0)
+++ LayoutTests/fast/ruby/ruby-illegal-3.html (revision 37094)
@@ -0,0 +1,17 @@
+<html>
+<head>
+<script>
+function test()
+{
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+ document.getElementById("result").firstChild.data = 'SUCCESS!';
+}
+</script>
+</head>
+<body onload="test()">
+<div id="result">FAILED!</div>
+<!-- The following malformed (!) line mustn't crash the renderer -->
+<ruby <table >\x0f<i
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/ruby/ruby-illegal-2-expected.txt ('k') | LayoutTests/fast/ruby/ruby-illegal-3-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698