author | Tooru Fujisawa <arai_a@mac.com> |
Tue, 17 Apr 2018 14:59:57 +0200 | |
changeset 414102 | 7674892ac2302b03c75cae1174bff06bffe280ea |
parent 414101 | e66e4b3ee60f04411e0df5d446794d4166c3ba80 |
child 414103 | a31b222963a1c8ef3b2d5006ed52e26d71e62473 |
push id | 33858 |
push user | ncsoregi@mozilla.com |
push date | Tue, 17 Apr 2018 21:55:44 +0000 |
treeherder | mozilla-central@d6eb5597d744 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ochameau |
bugs | 1342070 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
devtools/client/inspector/markup/test/browser_markup_links_06.js | file | annotate | diff | comparison | revisions |
--- a/devtools/client/inspector/markup/test/browser_markup_links_06.js +++ b/devtools/client/inspector/markup/test/browser_markup_links_06.js @@ -2,21 +2,16 @@ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ "use strict"; // Tests that the contextual menu items shown when clicking on linked attributes // for <script> and <link> tags actually open the right tools. -// The following rejection should not be left uncaught. This test has been -// whitelisted until the issue is fixed. -ChromeUtils.import("resource://testing-common/PromiseTestUtils.jsm", this); -PromiseTestUtils.expectUncaughtRejection(/NS_ERROR_NOT_INITIALIZED/); - const TEST_URL = URL_ROOT + "doc_markup_links.html"; add_task(async function() { let {toolbox, inspector} = await openInspectorForURL(TEST_URL); info("Select a node with a cssresource attribute"); await selectNode("link", inspector);