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

Side by Side Diff: LayoutTests/plugins/geturlnotify-during-document-teardown.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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 <html>
2 <head>
3 <script>
4 if (!window.testRunner) {
5 alert('this test can only be run by DumpRenderTree')
6 } else {
7 testRunner.dumpAsText();
8 testRunner.waitUntilDone();
9 testRunner.setCallCloseOnWebViews(false);
10 testRunner.setCanOpenWindows();
11 testRunner.setCloseRemainingWindowsWhenComplete(false);
12 window.open("resources/geturlnotify-on-destroy.html");
13 }
14 </script>
15 </head>
16 <body>
17 This tests that performing a load during document teardown does not
18 cause a crash.
19 <a href="https://bugs.webkit.org/show_bug.cgi?id=38797">Bug #38797</a>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698