mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1632097 - Add blank lines to browser_pageinfo_svg_image.js to make it easier to read. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D72361
This commit is contained in:
parent
1a64adcc02
commit
2817e3268d
@ -3,6 +3,7 @@ const URI =
|
||||
|
||||
add_task(async function() {
|
||||
gBrowser.selectedTab = BrowserTestUtils.addTab(gBrowser);
|
||||
|
||||
BrowserTestUtils.loadURI(gBrowser.selectedBrowser, URI);
|
||||
await BrowserTestUtils.browserLoaded(gBrowser.selectedBrowser, false, URI);
|
||||
|
||||
@ -10,8 +11,8 @@ add_task(async function() {
|
||||
gBrowser.selectedBrowser.currentURI.spec,
|
||||
"mediaTab"
|
||||
);
|
||||
|
||||
await BrowserTestUtils.waitForEvent(pageInfo, "page-info-init");
|
||||
|
||||
const imageTree = pageInfo.document.getElementById("imagetree");
|
||||
const imageRowsNum = imageTree.view.rowCount;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user