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

Side by Side Diff: LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element.html

Issue 6488001: Merge 77891 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 </script> 6 </script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <p>This test checks whether WebKit can parse a page that contains &lt;object&g t; elements which are in nested and defective &lt;form&gt; elements. WebKit shou ld not crash when it renders this page.</p> 9 <p>This test checks whether WebKit can parse a page that contains &lt;object&g t; elements which are in nested and defective &lt;form&gt; elements. WebKit shou ld not crash when it renders this page.</p>
10 10
11 <form><div></form><table><form><object></form><object> 11 <form><div></form><table><form><object></form><object>
12 <p>PASS</p> 12 <p>PASS</p>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698