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

Side by Side Diff: LayoutTests/fast/parser/xhtml-synchronous-detach-crash.html

Issue 23781008: Prevent crash in DocumentLoader::dataReceived (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Deflakify test Created 7 years, 3 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 <body>
2 <script>
3 if (window.testRunner)
4 testRunner.waitUntilDone();
5
6 window.onload = function() {
7 setTimeout(function() {
8 testRunner.dumpAsText();
9 testRunner.notifyDone();
10 }, 0);
11 }
12 </script>
13 <iframe src='resources/remove-parent.xhtml'></iframe>
14 This test passes if it does not crash.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698