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

Side by Side Diff: LayoutTests/http/tests/navigation/resources/replacestate-base-no-url-argument.html

Issue 26216003: Fix History.{push,replace}State handling of null 'url' argument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 window.onload = function() {testRunner.notifyDone();}; 6 window.onload = function() {testRunner.notifyDone();};
7 } 7 }
8 </script> 8 </script>
9 </head> 9 </head>
10 <body> 10 <body>
11 PASS: Navigation relative to base element. 11 FAIL: Incorrect navigation to base URL.
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/navigation/replacestate-base-no-url-argument-expected.txt ('k') | Source/core/page/History.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698