From 1a5439aa950e1cdb98bb44e6af3f6c330fe49bbe Mon Sep 17 00:00:00 2001 From: Karan Sapolia Date: Fri, 7 Jun 2019 12:34:26 +0000 Subject: [PATCH] Bug 1557281 - Clean up MozTabbrowserTab fragment markup. r=dao Differential Revision: https://phabricator.services.mozilla.com/D33957 --HG-- extra : moz-landing-system : lando --- browser/base/content/tabbrowser-tab.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/browser/base/content/tabbrowser-tab.js b/browser/base/content/tabbrowser-tab.js index bd728bcffcc4..dc741c6153b2 100644 --- a/browser/base/content/tabbrowser-tab.js +++ b/browser/base/content/tabbrowser-tab.js @@ -64,27 +64,27 @@ class MozTabbrowserTab extends MozElements.MozTab { this._fragment = MozXULElement.parseXULToFragment(` - - - + + + - + - - - - - + + + + + - + - - + role="presentation"/> + + `);