Backed out changeset c1561409e431 (bug 1466833) for permafailing on browser/components/search/test/browser_oneOffHeader.js on a CLOSED TREE

This commit is contained in:
Gurzau Raul 2018-06-22 00:17:12 +03:00
Родитель 977ed7b22b
Коммит c2bc9d408d
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -1291,12 +1291,6 @@
<field name="_contextEngine">null</field> <field name="_contextEngine">null</field>
<constructor><![CDATA[ <constructor><![CDATA[
// Force the <deck> Custom Element to be constructed. This can be removed
// once Bug 1470242 makes this happen behind the scenes.
if (window.customElements) {
customElements.upgrade(document.getAnonymousElementByAttribute(this, "anonid", "search-panel-one-offs-header"));
}
// Prevent popup events from the context menu from reaching the autocomplete // Prevent popup events from the context menu from reaching the autocomplete
// binding (or other listeners). // binding (or other listeners).
let menu = document.getAnonymousElementByAttribute(this, "anonid", "search-one-offs-context-menu"); let menu = document.getAnonymousElementByAttribute(this, "anonid", "search-one-offs-context-menu");