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

Side by Side Diff: LayoutTests/fast/ruby/ruby-illegal-1.html

Issue 554075: Merge 53525 - Bug 33266 WebCore::InlineFlowBox::determineSpacingForFlowBoxes... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/249s/
Patch Set: Created 10 years, 10 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 (!) line mustn't crash the renderer -->
15 <blockQuote><ruby><i><noBR><form><input type=file></i>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/ruby-illegal.html ('k') | LayoutTests/fast/ruby/ruby-illegal-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698