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

Side by Side Diff: LayoutTests/fast/ruby/ruby-illegal-combined.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 function test()
5 {
6 if (window.layoutTestController)
7 layoutTestController.dumpAsText();
8 document.getElementById("result").firstChild.data = 'SUCCESS!';
9 }
10 </script>
11 </head>
12 <body onload="test()">
13 <div id="result">FAILED!</div>
14 <!-- The following malformed (!) lines mustn't crash the renderer -->
15 <!-- Note: the resultant render tree isn't nearly what you'd probably expect! -- >
16 <div><blockQuote><ruby><i><noBR><form><input type=file></i></div>
17 <div><ruby <table >\x0e</div>
18 <div><ruby <table >\x0f<i</div>
19 <div><samp><ruby <s<hr</samp></div>
20 <div><samp><ruby <s<r<blockQuote</samp></div>
21 <div><samp><ruby <s<hr<blockQuote</samp></div>
22 <div><ruby>><table><rt></div>
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/ruby-illegal-7-expected.txt ('k') | LayoutTests/fast/ruby/ruby-illegal-combined-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698