* browser_426329.js - Fix exception in popupshowing event listener causing search history dropdown to remain open on subsequent tests.
* browser_contextmenu.js - Add some debug messages.
- Move |doOnloadOnce(checkSearchURL);| just before the search tab opens so there is less interference with later tests.
- Add nsISelectionListener to know when selection has finished.
* head.js - Consolidate duplicated doOnloadOnce function.
* test.html - Fix character set warning.
9 lines
115 B
HTML
9 lines
115 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bug 426329</title>
|
|
</head>
|
|
<body></body>
|
|
</html>
|