/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ /* vim: set ft=javascript ts=2 et sw=2 tw=80: */ /* Any copyright is dedicated to the Public Domain. * http://creativecommons.org/publicdomain/zero/1.0/ */ // Whitelisting this test. // As part of bug 1077403, the leaking uncaught rejection should be fixed. // "use strict"; thisTestLeaksUncaughtRejectionsAndShouldBeFixed("null"); // Test the webconsole output for various types of objects. const TEST_URI = "http://example.com/browser/devtools/client/webconsole/" + "test/test-console-output-04.html"; var inputTests = [ // 0 { input: "testTextNode()", output: '#text "hello world!"', printOutput: "[object Text]", inspectable: true, noClick: true, }, // 1 { input: "testCommentNode()", output: /