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

Side by Side Diff: LayoutTests/fast/parser/xml-declaration-missing-ending-mark.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0"> 1 <?xml version="1.0">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <body> 3 <body>
4 <p>CRASH: Omitting terminal question mark in &lt;?xml...?&gt; declaration (above ) causes access violation.</p> 4 <p>CRASH: Omitting terminal question mark in &lt;?xml...?&gt; declaration (above ) causes access violation.</p>
5 <p>This tests the both the HTML parser (.html extension), which is where the cra sh was observed, and the XML 5 <p>This tests the both the HTML parser (.html extension), which is where the cra sh was observed, and the XML
6 parser (in an iframe).<br /> 6 parser (in an iframe).<br />
7 See https://bugs.webkit.org/show_bug.cgi?id=17814</p> 7 See https://bugs.webkit.org/show_bug.cgi?id=17814</p>
8 <script> 8 <script>
9 if (window.testRunner) { 9 if (window.testRunner) {
10 testRunner.dumpAsText(); 10 testRunner.dumpAsText();
11 testRunner.dumpChildFramesAsText(); 11 testRunner.dumpChildFramesAsText();
12 } 12 }
13 </script> 13 </script>
14 14
15 <p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.</p> 15 <p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.</p>
16 16
17 <iframe name="xml-parser" src="resources/xml-declaration-missing-ending-mark.xml "></iframe> 17 <iframe id="xml-parser" src="resources/xml-declaration-missing-ending-mark.xml"> </iframe>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/parser/xml-colon-entity.html ('k') | LayoutTests/fullscreen/full-screen-frameset.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698