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

Side by Side Diff: LayoutTests/http/tests/history/redirect-js-document-location-0-seconds.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 1 month 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 <title>JavaScript Redirect</title>
4
5 <script>
6 if (window.testRunner) {
7 testRunner.clearBackForwardList();
8 testRunner.waitUntilDone();
9 }
10 setTimeout(function () { document.location = "resources/redirect-target.html#1"; }, 0);
11 </script>
12 </head>
13
14 <body>This page is a JavaScript redirect on a 0 second delay.</body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698