Home | History | Annotate | Download | only in browser

Lines Matching full:history

57   // Navigate session history using history.go(distance).
59 GURL url("javascript:history.go('" + distance + "')");
108 // history is [blank, bot1, bot2, *bot3]
126 // history is [blank, bot1, *bot3]
177 // history is [blank, bot1, bot2, *bot3]
203 // history is [blank, bot1, bot2, *bot1]
243 // history is [blank, bot1, *form, post]
249 // history is [blank, bot1, form, *bot2]
259 // history is [blank, bot1, form, *post]
275 // "Doing a session history navigation does not restore newly-created subframe
303 // history is [blank, bot1, *form, post]
311 // history is [blank, bot1, form, *bot2]
364 // history is [blank, fragment, fragment#a, fragment#b, *fragment#c]
383 // history is [blank, fragment, fragment#a, bot3]
395 // Test that the javascript window.history object works.
396 // NOTE: history.go(N) does not do anything if N is outside the bounds of the
422 // history is [blank, bot1, bot2, *bot3]
439 // history is [blank, bot1, bot2, *bot3]
454 // history is [blank, bot1, *bot3]
474 // TODO(creis): Test that JavaScript history navigations work across tab
507 EXPECT_EQ(L"History", GetTabTitle());
538 L"", L"domAutomationController.send(history.length)", &length));
544 L"", L"domAutomationController.send(history.length)", &length));
547 // Now test that history.length is updated when the navigation is committed.
551 L"", L"domAutomationController.send(history.length)", &length));
560 // Ensure history.length is properly truncated.
563 L"", L"domAutomationController.send(history.length)", &length));