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

Side by Side Diff: LayoutTests/fast/loader/crash-copying-backforwardlist.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
8 testRunner.setCanOpenWindows(true);
9 testRunner.setNewWindowsCopyBackForwardList(true);
10 }
11
12 </script>
13 </head>
14 <body onload="window.open('data:text/html,<script>if (window.testRunner) testRun ner.notifyDone();</script>');">
15 <pre>
16 This test only works in DRT by tickling the [WebView _loadBackForwardListFromOth erView:] method.
17 If it doesn't crash, then the test passes.
18 </pre>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698