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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/loader/reload-policy-delegate.html

Issue 2655143002: Drop replacesCurrentHistoryItem, NavigationType (Closed)
Patch Set: More compile fixes Created 3 years, 10 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
(Empty)
1 <html>
2 <head>
3 <script type="text/javascript">
4 function startTest()
5 {
6 testRunner.dumpAsText();
7 testRunner.setCustomPolicyDelegate(true, true);
8 testRunner.queueReload();
9 }
10 </script>
11 </head>
12 <body onload="startTest()">
13 <p>Test to make sure that reloads get reload policy.</p>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698