browser.toml (669B)
1 [DEFAULT] 2 support-files = [ 3 "bug343515_pg1.html", 4 "bug343515_pg2.html", 5 "bug343515_pg3.html", 6 "bug343515_pg3_1.html", 7 "bug343515_pg3_1_1.html", 8 "bug343515_pg3_2.html", 9 "blank.html", 10 "redirect_to_blank.sjs", 11 ] 12 13 ["browser_bfcache_activebc.js"] 14 15 ["browser_bug343515.js"] 16 17 ["browser_bug1757458.js"] 18 19 ["browser_ghistorymaxsize_is_0.js"] 20 21 ["browser_test-content-chromeflags.js"] 22 tags = "openwindow" 23 24 ["browser_test_bfcache_eviction.js"] 25 26 ["browser_test_shentry_wireframe.js"] 27 run-if = [ 28 "sessionHistoryInParent", 29 ] 30 31 ["browser_test_simultaneous_normal_and_history_loads.js"] 32 run-if = [ 33 "sessionHistoryInParent", # The test is for the new session history 34 ]