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

Side by Side Diff: LayoutTests/fast/parser/self-closing-foreign-content.html

Issue 6711031: Merge 80672 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 9 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/parser/self-closing-foreign-content-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 <script> 1 <script>
2 if (window.layoutTestController) 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 4
5 function test() 5 function test()
6 { 6 {
7 document.body.innerHTML += "<svg /><mathml /><br>PASS"; 7 document.body.innerHTML += "<svg /><mathml /><br>PASS";
8 } 8 }
9 </script> 9 </script>
10 <body onload="test()"> 10 <body onload="test()">
11 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=55955">https://bugs.we bkit.org/show_bug.cgi?id=55955</a>. Verify that WebKit does not ASSERT when a se lf-closing svg or mathml root element is followed by non-foreign HTML content. I n the fragment case, this ASSERT indicated that the parser's insertion mode was incorrectly in InForeignContentMode even though the svg or mathml root element w as self-closing and not placed on the open elements stack. 11 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=55955">https://bugs.we bkit.org/show_bug.cgi?id=55955</a>. Verify that WebKit does not ASSERT when a se lf-closing svg or mathml root element is followed by non-foreign HTML content. I n the fragment case, this ASSERT indicated that the parser's insertion mode was incorrectly in InForeignContentMode even though the svg or mathml root element w as self-closing and not placed on the open elements stack.
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/parser/self-closing-foreign-content-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698