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

Side by Side Diff: LayoutTests/fast/parser/xml-colon-entity.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 <html> 1 <html>
2 <body> 2 <body>
3 <p>CRASH: malformed entity of &: in xml causes access violation.</p> 3 <p>CRASH: malformed entity of &: in xml causes access violation.</p>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText(); 7 testRunner.dumpChildFramesAsText();
8 } 8 }
9 </script> 9 </script>
10 10
11 <p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.</p> 11 <p>If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.</p>
12 12
13 <iframe name="xml-parser" src="resources/xml-colon-entity.xml"></iframe> 13 <iframe id="xml-parser" src="resources/xml-colon-entity.xml"></iframe>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/scrollRevealButton.html ('k') | LayoutTests/fast/parser/xml-declaration-missing-ending-mark.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698